Package io.iworkflow.core.communication
Class InterStateChannelCommand
- java.lang.Object
-
- io.iworkflow.core.communication.InterStateChannelCommand
-
- All Implemented Interfaces:
BaseCommand
@Immutable public abstract class InterStateChannelCommand extends java.lang.Object implements BaseCommand
-
-
Constructor Summary
Constructors Constructor Description InterStateChannelCommand()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static InterStateChannelCommand
create(java.lang.String signalName)
static InterStateChannelCommand
create(java.lang.String commandId, java.lang.String channelName)
abstract java.lang.String
getChannelName()
-
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
-
-
-
-
Method Detail
-
getChannelName
public abstract java.lang.String getChannelName()
-
create
public static InterStateChannelCommand create(java.lang.String commandId, java.lang.String channelName)
-
create
public static InterStateChannelCommand create(java.lang.String signalName)
-
-