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 SignalCommand
Create one signal command.static SignalCommand
Create one signal command.abstract String
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-