Uses of Interface
org.axonframework.commandhandling.CommandCallback

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
<R> void
SimpleCommandBus.dispatch(Object command, CommandCallback<R> callback)
           
<R> void
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.
 



Copyright © 2011. All Rights Reserved.