Uses of Class
org.axonframework.commandhandling.gateway.AbstractCommandGateway.Builder
Packages that use AbstractCommandGateway.Builder
-
Uses of AbstractCommandGateway.Builder in org.axonframework.commandhandling.gateway
Subclasses of AbstractCommandGateway.Builder in org.axonframework.commandhandling.gatewayModifier and TypeClassDescriptionstatic classBuilder class to instantiate aDefaultCommandGateway.Methods in org.axonframework.commandhandling.gateway that return AbstractCommandGateway.BuilderModifier and TypeMethodDescriptionAbstractCommandGateway.Builder.commandBus(CommandBus commandBus) Sets theCommandBusused to dispatch commands.AbstractCommandGateway.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>> dispatchInterceptors) AbstractCommandGateway.Builder.dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>... dispatchInterceptors) AbstractCommandGateway.Builder.retryScheduler(RetryScheduler retryScheduler) Sets theRetrySchedulercapable of performing retries of failed commands.Constructors in org.axonframework.commandhandling.gateway with parameters of type AbstractCommandGateway.BuilderModifierConstructorDescriptionprotectedInstantiate anAbstractCommandGatewaybased on the fields contained in theAbstractCommandGateway.Builder.