public class CompletionStageMappingPublisher.CompletionStageSubscriber
extends java.lang.Object
implements org.reactivestreams.Subscriber<U>
| Constructor and Description |
|---|
CompletionStageSubscriber(org.reactivestreams.Subscriber<? super D> downstreamSubscriber) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<? super D> |
getDownstreamSubscriber()
Get instance of downstream subscriber
|
void |
onComplete() |
void |
onError(java.lang.Throwable t) |
void |
onNext(U u) |
void |
onSubscribe(org.reactivestreams.Subscription subscription) |
public CompletionStageSubscriber(org.reactivestreams.Subscriber<? super D> downstreamSubscriber)
public void onSubscribe(org.reactivestreams.Subscription subscription)
onSubscribe in interface org.reactivestreams.Subscriber<U>public void onError(java.lang.Throwable t)
onError in interface org.reactivestreams.Subscriber<U>public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<U>public org.reactivestreams.Subscriber<? super D> getDownstreamSubscriber()
Subscriber