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 InternalChannelCommandCreate one internal channel command.static SuperCommandCreate a super command that represents one or many internal channel commands.static InternalChannelCommandCreate one internal channel command.static SuperCommandCreate a super command that represents one or many internal channel commands.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
-
InternalChannelCommand
public InternalChannelCommand()
-
-
Method Details
-
getChannelName
-
create
Create a super command that represents one or many internal channel commands.- Parameters:
commandId- required. All the internal channel commands created here will share the same commandId.channelName- required.count- required. It represents the number of internal channel commands to create.- Returns:
- super command
-
create
Create one internal channel command.- Parameters:
commandId- required.channelName- required.- Returns:
- internal channel command
-
create
Create a super command that represents one or many internal channel commands.- Parameters:
channelName- required.count- required. It represents the number of internal channel commands to create.- Returns:
- super command
-
create
Create one internal channel command.- Parameters:
channelName- required.- Returns:
- internal channel command
-