Class and Description |
---|
AbstractCommandGateway
Abstract implementation of a CommandGateway, which handles the dispatch interceptors and retrying on failure.
|
AbstractCommandGateway.Builder
Abstract Builder class to instantiate
AbstractCommandGateway implementations. |
AbstractRetryScheduler
An abstract base class for
RetryScheduler s. |
AbstractRetryScheduler.Builder
A builder class for the
RetryScheduler implementations. |
CommandGateway
Interface towards the Command Handling components of an application.
|
CommandGatewayFactory
Factory that creates Gateway implementations from custom interface definitions.
|
CommandGatewayFactory.Builder
Builder class to instantiate a
CommandGatewayFactory . |
CommandGatewayFactory.InvocationHandler
Interface towards the mechanism that handles a method call on a gateway interface method.
|
DefaultCommandGateway
Default implementation of the CommandGateway interface.
|
DefaultCommandGateway.Builder
Builder class to instantiate a
DefaultCommandGateway . |
ExponentialBackOffIntervalRetryScheduler
A RetryScheduler that uses a backoff strategy, retrying commands at increasing intervals when they fail because of
an exception that is not explicitly non-transient.
|
ExponentialBackOffIntervalRetryScheduler.Builder
Builder class to instantiate an
ExponentialBackOffIntervalRetryScheduler . |
IntervalRetryScheduler
RetryScheduler implementation that retries commands at regular intervals when they fail because of an exception that
is not explicitly non-transient.
|
IntervalRetryScheduler.Builder
Builder class to instantiate a
IntervalRetryScheduler . |
RetryScheduler
Interface towards a mechanism that decides whether to schedule a command for execution when a previous attempts
resulted in an exception.
|
Class and Description |
---|
CommandGateway
Interface towards the Command Handling components of an application.
|
Class and Description |
---|
CommandGateway
Interface towards the Command Handling components of an application.
|
Class and Description |
---|
CommandGateway
Interface towards the Command Handling components of an application.
|
Copyright © 2010–2020. All rights reserved.