Package reactor.util.repeat
package reactor.util.repeat
-
ClassDescriptionA 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<?>>)andMono.repeatWhen(java.util.function.Function<reactor.core.publisher.Flux<java.lang.Long>, ? extends org.reactivestreams.Publisher<?>>).State information associated with each repeat signal, used in repeat strategies.