Interface ExternalGradualRetryConfiguration
public interface ExternalGradualRetryConfiguration
Configuration for
GradualRetry. Will only apply if the
Retry implementation class is
GenericRetry.-
Method Summary
Modifier and TypeMethodDescriptioninterval()The configuration of the retry interval.How many times an operation should be retried before giving up
-
Method Details
-
maxAttempts
How many times an operation should be retried before giving up -
interval
ExternalGradualRetryIntervalConfiguration interval()The configuration of the retry interval.
-