Uses of Class
dev.failsafe.RetryPolicyConfig
Packages that use RetryPolicyConfig
-
Uses of RetryPolicyConfig in dev.failsafe
Subclasses with type arguments of type RetryPolicyConfig in dev.failsafeMethods in dev.failsafe that return RetryPolicyConfigModifier and TypeMethodDescriptionRetryPolicy.getConfig()Returns theRetryPolicyConfigthat the RetryPolicy was built with.Methods in dev.failsafe with parameters of type RetryPolicyConfigModifier and TypeMethodDescriptionstatic <R> RetryPolicyBuilder<R> RetryPolicy.builder(RetryPolicyConfig<R> config) Creates a new RetryPolicyBuilder that will be based on theconfig. -
Uses of RetryPolicyConfig in dev.failsafe.internal
Methods in dev.failsafe.internal that return RetryPolicyConfigConstructors in dev.failsafe.internal with parameters of type RetryPolicyConfig