Uses of Interface
org.axonframework.commandhandling.gateway.CommandGateway
Packages that use CommandGateway
Package
Description
-
Uses of CommandGateway in org.axonframework.commandhandling.gateway
Classes in org.axonframework.commandhandling.gateway that implement CommandGatewayModifier and TypeClassDescriptionclassDefault implementation of the CommandGateway interface. -
Uses of CommandGateway in org.axonframework.config
Methods in org.axonframework.config that return CommandGatewayModifier and TypeMethodDescriptiondefault CommandGatewayConfiguration.commandGateway()Returns the Command Gateway defined in this Configuration.protected CommandGatewayDefaultConfigurer.defaultCommandGateway(Configuration config) Returns aDefaultCommandGatewaythat will use the configuration'sCommandBusto dispatch commands. -
Uses of CommandGateway in org.axonframework.spring.config
Methods in org.axonframework.spring.config that return CommandGatewayModifier and TypeMethodDescriptionAxonConfiguration.commandGateway(CommandBus commandBus) Deprecated.Returns the CommandGateway used to send commands to command handlers. -
Uses of CommandGateway in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return CommandGatewayMethods in org.axonframework.springboot.autoconfig with parameters of type CommandGatewayModifier and TypeMethodDescriptionorg.springframework.beans.factory.InitializingBeanInterceptorAutoConfiguration.commandDispatchInterceptorConfigurer(CommandGateway commandGateway, Optional<List<MessageDispatchInterceptor<? super CommandMessage<?>>>> interceptors)