Uses of Class
org.axonframework.commandhandling.gateway.GatewayProxyFactory

Packages that use GatewayProxyFactory
org.axonframework.commandhandling.gateway   
 

Uses of GatewayProxyFactory in org.axonframework.commandhandling.gateway
 

Methods in org.axonframework.commandhandling.gateway that return GatewayProxyFactory
<R> GatewayProxyFactory
GatewayProxyFactory.registerCommandCallback(CommandCallback<R> callback)
          Registers the callback, which is invoked for each sent command, unless Axon is able to detect that the result of the command does not match the type accepted by the callback.
 GatewayProxyFactory GatewayProxyFactory.registerDispatchInterceptor(CommandDispatchInterceptor dispatchInterceptor)
          Registers the given dispatchInterceptor which is invoked for each Command dispatched through the Command Gateways created by this factory.
 



Copyright © 2010-2016. All Rights Reserved.