Class DefaultCommandsProcessor

    • Method Detail

      • processCommands

        public void processCommands()
        Fetches all pending, valid commands from the commands queue and executes them using proper CommandExecutor defined by the implementation of the ExecutorStrategies. Deletes all unsupported commands from the queue at the end.
        Specified by:
        processCommands in interface CommandsProcessor