Package cloud.commandframework.execution
package cloud.commandframework.execution
Classes related to command execution and execution coordination
-
Interface SummaryInterfaceDescriptionHandler that is invoked whenever a
Commandis executed by a command senderProcessor that formats command suggestions -
Class SummaryClassDescriptionExecution coordinator parses and/or executes commands on a separate thread from the calling threadBuilder for
AsynchronousCommandExecutionCoordinatorinstancesThe command execution coordinator is responsible for coordinating command execution.A simple command execution coordinator that executes all commands immediately, on the calling threadCommand execution handler that does nothingThe result of a command executionCommand suggestions processor that checks the input queue head and filters based on that