Uses of Class
org.axonframework.commandhandling.callbacks.FutureCallback

Packages that use FutureCallback
org.axonframework.commandhandling.gateway   
 

Uses of FutureCallback in org.axonframework.commandhandling.gateway
 

Methods in org.axonframework.commandhandling.gateway that return FutureCallback
protected
<R> FutureCallback<R>
AbstractCommandGateway.doSend(Object command)
          Dispatches a command and returns a Future from which the processing results can be retrieved.
 



Copyright © 2010-2012. All Rights Reserved.