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