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