|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandCallback | |
|---|---|
| org.axonframework.commandhandling | Classes that implement the concept of command handling using explicit command objects. |
| org.axonframework.commandhandling.callbacks | |
| Uses of CommandCallback in org.axonframework.commandhandling |
|---|
| Methods in org.axonframework.commandhandling with parameters of type CommandCallback | ||
|---|---|---|
|
SimpleCommandBus.dispatch(Object command,
CommandCallback<R> callback)
|
|
|
CommandBus.dispatch(Object command,
CommandCallback<R> callback)
Dispatch the given command to the CommandHandler subscribed to that type of command. |
|
| Uses of CommandCallback in org.axonframework.commandhandling.callbacks |
|---|
| Classes in org.axonframework.commandhandling.callbacks that implement CommandCallback | |
|---|---|
class |
FutureCallback<R>
Command Handler Callback that allows the dispatching thread to wait for the result of the callback, using the Future mechanism. |
class |
NoOpCallback
Callback that does absolutely nothing when invoked. |
class |
VoidCallback
Abstract callback that can be extended when no result is expected from the command handler execution. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||