Interface ReactiveRetryPolicy

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.function.Function<reactor.core.publisher.Flux<reactor.util.retry.Retry.RetrySignal>,​reactor.core.publisher.Flux<java.lang.Throwable>> toRetryFunction()  
    • Method Detail

      • toRetryFunction

        java.util.function.Function<reactor.core.publisher.Flux<reactor.util.retry.Retry.RetrySignal>,​reactor.core.publisher.Flux<java.lang.Throwable>> toRetryFunction()