Uses of Class
org.springframework.classify.BinaryExceptionClassifier
Packages that use BinaryExceptionClassifier
Package
Description
Infrastructure implementations of retry policy concerns.
-
Uses of BinaryExceptionClassifier in org.springframework.classify
Methods in org.springframework.classify that return BinaryExceptionClassifierModifier and TypeMethodDescriptionBinaryExceptionClassifierBuilder.build()
static BinaryExceptionClassifier
BinaryExceptionClassifier.defaultClassifier()
-
Uses of BinaryExceptionClassifier in org.springframework.retry.policy
Methods in org.springframework.retry.policy that return BinaryExceptionClassifierConstructors in org.springframework.retry.policy with parameters of type BinaryExceptionClassifierModifierConstructorDescriptionBinaryExceptionClassifierRetryPolicy
(BinaryExceptionClassifier exceptionClassifier) SimpleRetryPolicy
(int maxAttempts, BinaryExceptionClassifier classifier) Create aSimpleRetryPolicy
with the specified number of retry attempts and provided exception classifier.