Uses of Class
dev.langchain4j.internal.RetryUtils.RetryPolicy.Builder
-
Uses of RetryUtils.RetryPolicy.Builder in dev.langchain4j.internal
Modifier and TypeMethodDescriptionRetryUtils.RetryPolicy.Builder.backoffExp
(double backoffExp) Sets the backoff exponent.RetryUtils.RetryPolicy.Builder.delayMillis
(int delayMillis) Sets the base delay in milliseconds.RetryUtils.RetryPolicy.Builder.jitterScale
(double jitterScale) Sets the jitter scale.RetryUtils.RetryPolicy.Builder.maxAttempts
(int maxAttempts) Sets the default maximum number of attempts.RetryUtils.retryPolicyBuilder()
This method returns a RetryPolicy.Builder.