Uses of Class
co.yellowdog.platform.clients.retry.Retry.Builder
Packages that use Retry.Builder
Package
Description
Contains types that provide retry capability in the service clients.
-
Uses of Retry.Builder in co.yellowdog.platform.clients.retry
Methods in co.yellowdog.platform.clients.retry that return Retry.BuilderModifier and TypeMethodDescriptionRetry.Builder.beforeRetry
(@NonNull RetryHandler retryHandler) static Retry.Builder
Retry.Builder.maxAttempts
(long maxAttempts) The maximum number of attempts to retry.Retry.Builder.maxBackoffPeriod
(@NonNull Duration maxBackoffPeriod) The maximum backoff period.The predicate to determine if a retry should be attempted.