Uses of Interface
de.cuioss.http.client.retry.HttpOperation
Packages that use HttpOperation
-
Uses of HttpOperation in de.cuioss.http.client.retry
Methods in de.cuioss.http.client.retry with parameters of type HttpOperationModifier and TypeMethodDescription<T> CompletableFuture<HttpResultObject<T>> ExponentialBackoffRetryStrategy.execute(HttpOperation<T> operation, RetryContext context) <T> CompletableFuture<HttpResultObject<T>> RetryStrategy.execute(HttpOperation<T> operation, RetryContext context) Executes the given HTTP operation with retry logic using virtual threads and async execution.