Class | Description |
---|---|
FailureLoggingCallback<C,R> |
A
CommandCallback implementation wrapping another, that concisely logs failed commands. |
FutureCallback<C,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.
|
Copyright © 2010–2022. All rights reserved.