Uses of Record Class
cloud.opencode.base.core.retry.RetryConfig
Packages that use RetryConfig
Package
Description
Retry utilities with configurable backoff strategies.
-
Uses of RetryConfig in cloud.opencode.base.core.retry
Fields in cloud.opencode.base.core.retry declared as RetryConfigModifier and TypeFieldDescriptionstatic final RetryConfigRetryConfig.DEFAULTDefault configuration: 3 attempts, 100ms fixed delay.Methods in cloud.opencode.base.core.retry with parameters of type RetryConfigModifier and TypeMethodDescriptionstatic <T> Retry<T> Retry.withConfig(Callable<T> task, RetryConfig config) Create a Retry instance from aRetryConfig.