Uses of Class
org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
Packages that use CommandGatewayFactory.Builder
-
Uses of CommandGatewayFactory.Builder in org.axonframework.commandhandling.gateway
Methods in org.axonframework.commandhandling.gateway that return CommandGatewayFactory.BuilderModifier and TypeMethodDescriptionCommandGatewayFactory.builder()Instantiate a Builder to be able to create aCommandGatewayFactory.CommandGatewayFactory.Builder.commandBus(CommandBus commandBus) Sets theCommandBuson which to dispatchCommandMessages.CommandGatewayFactory.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>> dispatchInterceptors) Sets theMessageDispatchInterceptors which are invoked before dispatching aCommandMessageon theCommandBus.CommandGatewayFactory.Builder.dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>... dispatchInterceptors) Sets theMessageDispatchInterceptors which are invoked before dispatching aCommandMessageon theCommandBus.CommandGatewayFactory.Builder.retryScheduler(RetryScheduler retryScheduler) Sets theRetrySchedulerwhich will decide whether to reschedule commands.Constructors in org.axonframework.commandhandling.gateway with parameters of type CommandGatewayFactory.BuilderModifierConstructorDescriptionprotectedInstantiate aCommandGatewayFactorybased on the fields contained in theCommandGatewayFactory.Builder.