Uses of Class
co.yellowdog.platform.model.RetryProperties.Builder
Packages that use RetryProperties.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of RetryProperties.Builder in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return RetryProperties.BuilderModifier and TypeMethodDescriptionstatic RetryProperties.Builder
RetryProperties.builder()
RetryProperties.Builder.initialInterval
(Duration initialInterval) The initial interval before the first retry attempt.RetryProperties.Builder.maxAttempts
(int maxAttempts) Set the number of attempts before retries are exhausted.RetryProperties.Builder.maxInterval
(Duration maxInterval) The maximum interval between retry attempts.RetryProperties.toBuilder()