Package | Description |
---|---|
org.axonframework.commandhandling.gateway |
Modifier and Type | Method and Description |
---|---|
<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-2014. All Rights Reserved.