public class UniRetry<T> extends Object
Constructor and Description |
---|
UniRetry(Uni<T> upstream,
Predicate<? super Throwable> predicate) |
Modifier and Type | Method and Description |
---|---|
Uni<T> |
atMost(long numberOfAttempts)
|
Uni<T> |
indefinitely()
|
Uni<T> |
until(Predicate<? super Throwable> predicate) |
Copyright © 2019–2020 SmallRye. All rights reserved.