|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| CommandBus | The mechanism that dispatches Command objects to their appropriate CommandHandler. |
| CommandCallback<R> | Interface describing a callback that is invoked when command handler execution has finished. |
| CommandHandler<T> | Marks an instance that is capable of handling commands. |
| CommandHandlerInterceptor | Workflow interface that allows for customized command handler invocation chains. |
| InterceptorChain | The interceptor chain manages the flow of a command through a chain of interceptors and ultimately to the command handler. |
| SimpleCommandBusStatisticsMXBean | Management interface for the SimpleCommandBus monitor As required by the JMX specification. |
| Class Summary | |
|---|---|
| SimpleCommandBus | Implementation of the CommandBus that dispatches commands to the handlers subscribed to that specific type of command. |
| Exception Summary | |
|---|---|
| NoHandlerForCommandException | Exception indicating that no suitable handler could be found for the given command. |
Classes that implement the concept of command handling using explicit command objects.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||