Class CompletionStageMappingPublisher.CompletionStageSubscriber
java.lang.Object
graphql.execution.reactive.CompletionStageMappingPublisher.CompletionStageSubscriber
- All Implemented Interfaces:
org.reactivestreams.Subscriber<U>
- Enclosing class:
CompletionStageMappingPublisher<D,U>
public class CompletionStageMappingPublisher.CompletionStageSubscriber
extends Object
implements org.reactivestreams.Subscriber<U>
-
Constructor Summary
ConstructorsConstructorDescriptionCompletionStageSubscriber(org.reactivestreams.Subscriber<? super D> downstreamSubscriber) -
Method Summary
Modifier and TypeMethodDescriptionorg.reactivestreams.Subscriber<? super D> Get instance of downstream subscribervoidvoidvoidvoidonSubscribe(org.reactivestreams.Subscription subscription)
-
Constructor Details
-
CompletionStageSubscriber
-
-
Method Details
-
onSubscribe
public void onSubscribe(org.reactivestreams.Subscription subscription) - Specified by:
onSubscribein interfaceorg.reactivestreams.Subscriber<U>
-
onNext
-
onError
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceorg.reactivestreams.Subscriber<U>
-
getDownstreamSubscriber
Get instance of downstream subscriber- Returns:
Subscriber
-