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 voidexecute(org.pentaho.di.engine.api.remote.Message message)Performs the action corresponding to the given MessageStringgetIdentifier()Returns a unique identifier for each instance of the Handler
-
-
-
Method Detail
-
execute
void execute(org.pentaho.di.engine.api.remote.Message message) throws MessageEventHandlerExecutionExceptionPerforms the action corresponding to the given Message
-
getIdentifier
String getIdentifier()
Returns a unique identifier for each instance of the Handler
-
-