Class | Description |
---|---|
FutureCallback<R> |
Command Handler Callback that allows the dispatching thread to wait for the result of the callback, using the Future
mechanism.
|
LoggingCallback |
CommandCallback implementation that simply logs the results of a command.
|
NoOpCallback |
Callback that does absolutely nothing when invoked.
|
VoidCallback |
Abstract callback that can be extended when no result is expected from the command handler execution.
|
Copyright © 2010-2014. All Rights Reserved.