Uses of Class
com.google.genai.gaos.utils.RetryConfig.Builder
Packages that use RetryConfig.Builder
-
Uses of RetryConfig.Builder in com.google.genai.gaos.utils
Methods in com.google.genai.gaos.utils that return RetryConfig.BuilderModifier and TypeMethodDescriptionRetryConfig.Builder.attemptCountBackoff(int maxRetries, BackoffStrategy backoff) Selects and configures the attempt-count backoff retry strategy.RetryConfig.Builder.backoff()Selects the default backoff retry strategy.RetryConfig.Builder.backoff(BackoffStrategy backoff) Selects and configures the backoff retry strategy.static final RetryConfig.BuilderRetryConfig.builder()RetryConfig.Builder.enable()Enables the selected strategy.RetryConfig.Builder.enable(boolean enable) Enables or disables the selected strategy.RetryConfig.Builder.noRetries()Disables retries (sets strategy to "none").