public class PeriodicResumeStrategy extends Object implements ResumeStrategy
| Constructor and Description |
|---|
PeriodicResumeStrategy(Duration interval) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<?> |
apply(ClientResume clientResumeConfiguration,
Throwable throwable) |
String |
toString() |
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<?>>