Uses of Interface
org.axonframework.messaging.commandhandling.gateway.CommandGateway
Packages that use CommandGateway
-
Uses of CommandGateway in org.axonframework.messaging.commandhandling.gateway
Classes in org.axonframework.messaging.commandhandling.gateway that implement CommandGatewayModifier and TypeClassDescriptionclassACommandGatewayimplementation that wraps theCommandResultof the delegate into a result that can convert the payload of the result using a providedMessageConverter.classDefault implementation of theCommandGatewayinterface.Constructors in org.axonframework.messaging.commandhandling.gateway with parameters of type CommandGatewayModifierConstructorDescriptionConvertingCommandGateway(CommandGateway delegate, MessageConverter converter) Constructs aConvertingCommandGatewaywith the givendelegateandconverter.