Class InternalChannelCommand

  • All Implemented Interfaces:
    BaseCommand

    @Immutable
    public abstract class InternalChannelCommand
    extends java.lang.Object
    implements BaseCommand
    • Constructor Detail

      • InternalChannelCommand

        public InternalChannelCommand()
    • Method Detail

      • getChannelName

        public abstract java.lang.String getChannelName()
      • create

        public static InternalChannelCommand create​(java.lang.String commandId,
                                                    java.lang.String channelName)