Package reactor.util.retry
package reactor.util.retry
-
ClassDescriptionBase abstract class for a strategy to decide when to retry given a companion
FluxofRetry.RetrySignal, for use withFlux.retryWhen(Retry)andMono.retryWhen(Retry).State used inFlux.retryWhen(Retry)andMono.retryWhen(Retry), providing theThrowablethat caused the source to fail as well as counters keeping track of retries.ARetrystrategy based on exponential backoffs, with configurable features.A simple count-basedRetrystrategy with configurable features.