Uses of Class
org.springframework.classify.BinaryExceptionClassifier
Package
Description
Infrastructure implementations of retry policy concerns.
-
Uses of BinaryExceptionClassifier in org.springframework.classify
Modifier and TypeMethodDescriptionBinaryExceptionClassifierBuilder.build()
static BinaryExceptionClassifier
BinaryExceptionClassifier.defaultClassifier()
-
Uses of BinaryExceptionClassifier in org.springframework.retry.policy
ModifierConstructorDescriptionBinaryExceptionClassifierRetryPolicy
(BinaryExceptionClassifier exceptionClassifier) SimpleRetryPolicy
(int maxAttempts, BinaryExceptionClassifier classifier) Create aSimpleRetryPolicy
with the specified number of retry attempts and provided exception classifier.