|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |