| Package | Description |
|---|---|
| io.smallrye.mutiny.groups |
| Modifier and Type | Method and Description |
|---|---|
UniRetry<T> |
UniOnFailure.retry()
Configures the retry strategy.
|
UniRetry<T> |
UniRetry.withBackOff(Duration initialBackOff)
Configures a back-off delay between to attempt to re-subscribe.
|
UniRetry<T> |
UniRetry.withBackOff(Duration initialBackOff,
Duration maxBackOff)
Configures a back-off delay between to attempt to re-subscribe.
|
UniRetry<T> |
UniRetry.withJitter(double jitter)
Configures the random factor when using back-off.
|
Copyright © 2019–2020 SmallRye. All rights reserved.