Package | Description |
---|---|
org.springframework.classify | |
org.springframework.retry.policy |
Infrastructure implementations of retry policy concerns.
|
Modifier and Type | Method and Description |
---|---|
BinaryExceptionClassifier |
BinaryExceptionClassifierBuilder.build() |
static BinaryExceptionClassifier |
BinaryExceptionClassifier.defaultClassifier() |
Modifier and Type | Method and Description |
---|---|
BinaryExceptionClassifier |
BinaryExceptionClassifierRetryPolicy.getExceptionClassifier() |
Constructor and Description |
---|
BinaryExceptionClassifierRetryPolicy(BinaryExceptionClassifier exceptionClassifier) |
SimpleRetryPolicy(int maxAttempts,
BinaryExceptionClassifier classifier)
Create a
SimpleRetryPolicy with the specified number of retry attempts and
provided exception classifier. |
Copyright © 2022 SpringSource. All rights reserved.