Uses of Interface
org.axonframework.messaging.commandhandling.gateway.CommandGateway
Packages that use CommandGateway
Package
Description
Part of the Axon Extension module.
Part of the Axon Messaging module.
-
Uses of CommandGateway in org.axonframework.extension.reactor.messaging.commandhandling.gateway
Constructors in org.axonframework.extension.reactor.messaging.commandhandling.gateway with parameters of type CommandGatewayModifierConstructorDescriptionDefaultReactorCommandGateway(CommandGateway commandGateway, MessageTypeResolver messageTypeResolver) Instantiate aDefaultReactorCommandGatewaywithout dispatch interceptors.DefaultReactorCommandGateway(CommandGateway commandGateway, MessageTypeResolver messageTypeResolver, List<ReactorMessageDispatchInterceptor<? super CommandMessage>> dispatchInterceptors) Instantiate aDefaultReactorCommandGateway. -
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.