public final class PublisherRetryPredicate<T>
extends java.lang.Object
implements org.reactivestreams.Publisher<T>
| Constructor and Description |
|---|
PublisherRetryPredicate(org.reactivestreams.Publisher<? extends T> source,
long count,
Predicate<? super java.lang.Throwable> predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super T> s) |