Interface MessageEventHandler
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
StopMessageEventHandler
public interface MessageEventHandler extends Serializable
Created by fcamara on 8/17/17.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(org.pentaho.di.engine.api.remote.Message message)
Performs the action corresponding to the given MessageString
getIdentifier()
Returns a unique identifier for each instance of the Handler
-
-
-
Method Detail
-
execute
void execute(org.pentaho.di.engine.api.remote.Message message) throws MessageEventHandlerExecutionException
Performs the action corresponding to the given Message
-
getIdentifier
String getIdentifier()
Returns a unique identifier for each instance of the Handler
-
-