Class UniRetryAtMost<T>

  • All Implemented Interfaces:
    Uni<T>

    public class UniRetryAtMost<T>
    extends UniOperator<T,​T>
    • Constructor Detail

      • UniRetryAtMost

        public UniRetryAtMost​(Uni<T> upstream,
                              java.util.function.Predicate<? super java.lang.Throwable> predicate,
                              long maxAttempts)