- All Known Implementing Classes:
ExponentialBackoffRetryLogic
public interface RetryLogic
-
Method Summary
Modifier and TypeMethodDescription<T> T
<T> CompletionStage
<T> retryAsync
(Supplier<CompletionStage<T>> work) <T> org.reactivestreams.Publisher
<T> retryRx
(org.reactivestreams.Publisher<T> work)
-
Method Details
-
retry
-
retryAsync
-
retryRx
<T> org.reactivestreams.Publisher<T> retryRx(org.reactivestreams.Publisher<T> work)
-