Class InternalChannelCommand

java.lang.Object
io.iworkflow.core.communication.InternalChannelCommand
All Implemented Interfaces:
BaseCommand

@Immutable public abstract class InternalChannelCommand extends Object implements BaseCommand
  • Constructor Details

    • InternalChannelCommand

      public InternalChannelCommand()
  • Method Details

    • getChannelName

      public abstract String getChannelName()
    • create

      public static InternalChannelCommand create(String commandId, String channelName)
      Create one internal channel command.
      Parameters:
      commandId - required.
      channelName - required.
      Returns:
      internal channel command
    • create

      public static InternalChannelCommand create(String channelName)
      Create one internal channel command.
      Parameters:
      channelName - required.
      Returns:
      internal channel command