Class RegisterChannelCommand

  • All Implemented Interfaces:
    Serializable, org.kie.api.command.Command<Void>, org.kie.api.command.ExecutableCommand<Void>

    public class RegisterChannelCommand
    extends Object
    implements org.kie.api.command.ExecutableCommand<Void>
    See Also:
    Serialized Form
    • Constructor Detail

      • RegisterChannelCommand

        public RegisterChannelCommand()
      • RegisterChannelCommand

        public RegisterChannelCommand​(String name,
                                      org.kie.api.runtime.Channel channel)
    • Method Detail

      • execute

        public Void execute​(org.kie.api.runtime.Context context)
        Specified by:
        execute in interface org.kie.api.command.ExecutableCommand<Void>