Uses of Class
com.google.genai.gaos.utils.BackoffStrategy
Packages that use BackoffStrategy
-
Uses of BackoffStrategy in com.google.genai.gaos.utils
Methods in com.google.genai.gaos.utils that return BackoffStrategyModifier and TypeMethodDescriptionBackoffStrategy.Builder.build()static BackoffStrategyBackoffStrategy.withDefaults()Methods in com.google.genai.gaos.utils that return types with arguments of type BackoffStrategyMethods in com.google.genai.gaos.utils with parameters of type BackoffStrategyModifier and TypeMethodDescriptionRetryConfig.Builder.attemptCountBackoff(int maxRetries, BackoffStrategy backoff) Selects and configures the attempt-count backoff retry strategy.RetryConfig.Builder.backoff(BackoffStrategy backoff) Selects and configures the backoff retry strategy.