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