| Package | Description |
|---|---|
| org.springframework.retry.support |
Infrastructure implementations of retry support concerns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncRetryResultProcessor<T> |
class |
CompletableFutureRetryResultProcessor<V>
A
RetryResultProcessor for a CompletableFuture. |
class |
FutureRetryResultProcessor<V>
todo: check or remove after discussion
A
RetryResultProcessor for a plain Future. |
| Modifier and Type | Method and Description |
|---|---|
void |
RetryTemplate.setRetryResultProcessors(Classifier<Object,RetryResultProcessor<?>> processors)
Public setter for the retry result processors (if any).
|
Copyright © 2019 SpringSource. All rights reserved.