Package | Description |
---|---|
org.axonframework.commandhandling.gateway |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultCommandGateway.Builder
Builder class to instantiate a
DefaultCommandGateway . |
Modifier and Type | Method and Description |
---|---|
AbstractCommandGateway.Builder |
AbstractCommandGateway.Builder.commandBus(CommandBus commandBus)
Sets the
CommandBus used to dispatch commands. |
AbstractCommandGateway.Builder |
AbstractCommandGateway.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>> dispatchInterceptors)
|
AbstractCommandGateway.Builder |
AbstractCommandGateway.Builder.dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>... dispatchInterceptors)
|
AbstractCommandGateway.Builder |
AbstractCommandGateway.Builder.retryScheduler(RetryScheduler retryScheduler)
Sets the
RetryScheduler capable of performing retries of failed commands. |
Constructor and Description |
---|
AbstractCommandGateway(AbstractCommandGateway.Builder builder)
Instantiate an
AbstractCommandGateway based on the fields contained in the AbstractCommandGateway.Builder . |
Copyright © 2010–2023. All rights reserved.