Module de.cuioss.http
Package de.cuioss.http.client.retry
package de.cuioss.http.client.retry
-
ClassDescriptionExponential backoff retry strategy with jitter to prevent thundering herd.Builder for creating ExponentialBackoffRetryStrategy instances with custom configuration.Functional interface for HTTP operations that can be retried using the result pattern.Context information for retry operations.Exception thrown when all retry attempts for an operation have failed.Interface for recording retry operation metrics.No-op implementation for when metrics are disabled.Utility class providing factory methods for creating retry strategies.HTTP-specific retry strategy interface using virtual threads and asynchronous execution.