Package | Description |
---|---|
org.axonframework.commandhandling.gateway |
Modifier and Type | Method and Description |
---|---|
static CommandGatewayFactory.Builder |
CommandGatewayFactory.builder()
Instantiate a Builder to be able to create a
CommandGatewayFactory . |
CommandGatewayFactory.Builder |
CommandGatewayFactory.Builder.commandBus(CommandBus commandBus)
Sets the
CommandBus on which to dispatch CommandMessage s. |
CommandGatewayFactory.Builder |
CommandGatewayFactory.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>> dispatchInterceptors)
Sets the
MessageDispatchInterceptor s which are invoked before dispatching a CommandMessage on
the CommandBus . |
CommandGatewayFactory.Builder |
CommandGatewayFactory.Builder.dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>... dispatchInterceptors)
Sets the
MessageDispatchInterceptor s which are invoked before dispatching a CommandMessage on
the CommandBus . |
CommandGatewayFactory.Builder |
CommandGatewayFactory.Builder.retryScheduler(RetryScheduler retryScheduler)
Sets the
RetryScheduler which will decide whether to reschedule commands. |
Constructor and Description |
---|
CommandGatewayFactory(CommandGatewayFactory.Builder builder)
Instantiate a
CommandGatewayFactory based on the fields contained in the CommandGatewayFactory.Builder . |
Copyright © 2010–2020. All rights reserved.