Retry.backoff(long, Duration) to Resume.retry(Retry).@Deprecated public class ExponentialBackoffResumeStrategy extends Object implements ResumeStrategy
| Constructor and Description |
|---|
ExponentialBackoffResumeStrategy(Duration firstBackoff,
Duration maxBackoff,
int factor)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<?> |
apply(ClientResume clientResume,
Throwable throwable)
Deprecated.
|
String |
toString()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitandThenpublic org.reactivestreams.Publisher<?> apply(ClientResume clientResume, Throwable throwable)
apply in interface BiFunction<ClientResume,Throwable,org.reactivestreams.Publisher<?>>