Uses of Interface
de.cuioss.http.client.retry.RetryStrategy
Packages that use RetryStrategy
-
Uses of RetryStrategy in de.cuioss.http.client
Methods in de.cuioss.http.client that return RetryStrategyModifier and TypeMethodDescription@NonNull RetryStrategyHttpHandlerProvider.getRetryStrategy()Provides the RetryStrategy for HTTP operations. -
Uses of RetryStrategy in de.cuioss.http.client.retry
Classes in de.cuioss.http.client.retry that implement RetryStrategyModifier and TypeClassDescriptionclassExponential backoff retry strategy with jitter to prevent thundering herd.Methods in de.cuioss.http.client.retry that return RetryStrategyModifier and TypeMethodDescriptionstatic RetryStrategyRetryStrategies.exponentialBackoff()Creates exponential backoff retry strategy with sensible defaults.static RetryStrategyRetryStrategy.none()Creates a no-op retry strategy (single attempt only).