use Flux.retryWhen(Retry) instead, to be removed in 3.4. Lambda Functions that don't make
use of the error can simply be converted by wrapping via Retry.from(Function).
Functions that do use the error will additionally need to map the Retry.RetrySignal
emitted by the companion to its Retry.RetrySignal#failure().
use Mono.retryWhen(Retry) instead, to be removed in 3.4. Lambda Functions that don't make
use of the error can simply be converted by wrapping via Retry.from(Function).
Functions that do use the error will additionally need to map the Retry.RetrySignal
emitted by the companion to its Retry.RetrySignal#failure().