|
Class Summary |
| AbstractCommandGateway |
Abstract implementation of a CommandGateway, which handles the dispatch interceptors and retrying on failure. |
| CommandGatewayFactoryBean<T> |
FactoryBean that creates a gateway instance for any given (compatible) interface. |
| DefaultCommandGateway |
Default implementation of the CommandGateway interface. |
| GatewayProxyFactory |
Factory that creates Gateway implementations from custom interface definitions. |
| IntervalRetryScheduler |
RetryScheduler implementation that retries commands at regular intervals when they fail because of an exception that
is not explicitly non-transient. |
| RetryingCallback<R> |
Callback implementation that will invoke a retry scheduler if a command results in a runtime exception. |