Class CancelOngoingExecutionsExecutor

  • All Implemented Interfaces:
    CommandExecutor

    public class CancelOngoingExecutionsExecutor
    extends Object
    implements CommandExecutor
    Executor of the CANCEL_ONGOING_EXECUTIONS command.
    • Constructor Detail

      • CancelOngoingExecutionsExecutor

        public CancelOngoingExecutionsExecutor()
    • Method Detail

      • execute

        public void execute​(Command command)
        Description copied from interface: CommandExecutor
        Executes the logic required by the command passed as an argument.
        Specified by:
        execute in interface CommandExecutor
        Parameters:
        command - command to be executed