Package io.iworkflow.core.communication
Class SignalCommand
java.lang.Object
io.iworkflow.core.communication.SignalCommand
- All Implemented Interfaces:
BaseCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SignalCommandCreate one signal command.static SignalCommandCreate one signal command.abstract StringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.iworkflow.core.command.BaseCommand
getCommandId
-
Constructor Details
-
SignalCommand
public SignalCommand()
-
-
Method Details
-
getSignalChannelName
-
create
Create one signal command.- Parameters:
commandId- required.signalName- required.- Returns:
- signal command
-
create
Create one signal command.- Parameters:
signalName- required.- Returns:
- signal command
-