Package io.iworkflow.core.communication
Class InternalChannelCommand
java.lang.Object
io.iworkflow.core.communication.InternalChannelCommand
- All Implemented Interfaces:
BaseCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InternalChannelCommand
Create one internal channel command.static InternalChannelCommand
Create one internal channel 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
-
InternalChannelCommand
public InternalChannelCommand()
-
-
Method Details
-
getChannelName
-
create
Create one internal channel command.- Parameters:
commandId
- required.channelName
- required.- Returns:
- internal channel command
-
create
Create one internal channel command.- Parameters:
channelName
- required.- Returns:
- internal channel command
-