Package org.axonframework.commandhandling.callbacks

Class Summary
FutureCallback<R> Command Handler Callback that allows the dispatching thread to wait for the result of the callback, using the Future mechanism.
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 © 2011. All Rights Reserved.