Uses of Class
io.smallrye.mutiny.groups.UniRetry
-
Packages that use UniRetry Package Description io.smallrye.mutiny.groups -
-
Uses of UniRetry in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return UniRetry Modifier and Type Method Description UniRetry<T>UniOnFailure. retry()Configures the retry strategy.UniRetry<T>UniRetry. withBackOff(java.time.Duration initialBackOff)Configures a back-off delay between to attempt to re-subscribe.UniRetry<T>UniRetry. withBackOff(java.time.Duration initialBackOff, java.time.Duration maxBackOff)Configures a back-off delay between to attempt to re-subscribe.UniRetry<T>UniRetry. withExecutor(java.util.concurrent.ScheduledExecutorService executor)Define a scheduled executor other thanInfrastructure.getDefaultWorkerPool()for the time-aware retry policies (e.g., {withBackOff(Duration)}.UniRetry<T>UniRetry. withJitter(double jitter)Configures the random factor when using back-off.
-