| Interface | Description |
|---|---|
| RepeatSpec.RepeatSignal |
State information associated with each repeat signal, used in repeat strategies.
|
| Class | Description |
|---|---|
| RepeatSpec |
A repeat strategy that allows fine-grained control over repeating behavior in
Flux.repeatWhen(java.util.function.Function<reactor.core.publisher.Flux<java.lang.Long>, ? extends org.reactivestreams.Publisher<?>>) and
Mono.repeatWhen(java.util.function.Function<reactor.core.publisher.Flux<java.lang.Long>, ? extends org.reactivestreams.Publisher<?>>). |