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 BinaryExceptionClassifierBinaryExceptionClassifier.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 aSimpleRetryPolicywith the specified number of retry attempts and provided exception classifier.