Class StopMessageEventHandler
- java.lang.Object
-
- org.pentaho.di.trans.ael.websocket.handler.StopMessageEventHandler
-
- All Implemented Interfaces:
Serializable
,MessageEventHandler
public class StopMessageEventHandler extends Object implements MessageEventHandler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StopMessageEventHandler(org.pentaho.di.core.logging.LogChannelInterface log, AtomicInteger errors, CountDownLatch transFinishedSignal, TransWebSocketEngineAdapter transAdapter, boolean cancelling)
-
Method Summary
All Methods Instance Methods Concrete 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
-
-
-
Constructor Detail
-
StopMessageEventHandler
public StopMessageEventHandler(org.pentaho.di.core.logging.LogChannelInterface log, AtomicInteger errors, CountDownLatch transFinishedSignal, TransWebSocketEngineAdapter transAdapter, boolean cancelling)
-
-
Method Detail
-
execute
public void execute(org.pentaho.di.engine.api.remote.Message message) throws MessageEventHandlerExecutionException
Description copied from interface:MessageEventHandler
Performs the action corresponding to the given Message- Specified by:
execute
in interfaceMessageEventHandler
- Throws:
MessageEventHandlerExecutionException
-
getIdentifier
public String getIdentifier()
Description copied from interface:MessageEventHandler
Returns a unique identifier for each instance of the Handler- Specified by:
getIdentifier
in interfaceMessageEventHandler
-
-