| Interface | Description |
|---|---|
| CommandExecutor |
Command executor that can handle a given command, implementations are required to be stateless,
i.e.
|
| Class | Description |
|---|---|
| CommandExecutionException |
Indicates that the execution of a command failed
|
| CommandExecutorService |
Command executor service, acts like a routing executor that controls all commands' execution,
is responsible for managing all the mappings between commands and their executors,
one can simply invoke
CommandExecutorService.execute(BaseCommand) and it will routes the
command to corresponding executor. |
| CommandSerialNumberCache | |
| CommandService |
Copyright © 2019 The Apache Software Foundation. All rights reserved.