public class AddingTrailingDataSubscriber<T> extends DelegatingSubscriber<T,T>
subscriber| Constructor and Description |
|---|
AddingTrailingDataSubscriber(org.reactivestreams.Subscriber<? super T> subscriber,
Supplier<Iterable<T>> trailingDataIterableSupplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onError(Throwable throwable) |
void |
onNext(T t) |
void |
onSubscribe(org.reactivestreams.Subscription subscription) |
public void onSubscribe(org.reactivestreams.Subscription subscription)
onSubscribe in interface org.reactivestreams.Subscriber<T>onSubscribe in class DelegatingSubscriber<T,T>public void onError(Throwable throwable)
onError in interface org.reactivestreams.Subscriber<T>onError in class DelegatingSubscriber<T,T>public void onNext(T t)
public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<T>onComplete in class DelegatingSubscriber<T,T>Copyright © 2023. All rights reserved.