Package graphql.execution.reactive
Class SingleSubscriberPublisher.SimpleSubscription
java.lang.Object
graphql.execution.reactive.SingleSubscriberPublisher.SimpleSubscription
- All Implemented Interfaces:
org.reactivestreams.Subscription
- Enclosing class:
SingleSubscriberPublisher<T>
private class SingleSubscriberPublisher.SimpleSubscription
extends Object
implements org.reactivestreams.Subscription
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleSubscription
private SimpleSubscription()
-
-
Method Details
-
request
public void request(long n) - Specified by:
request
in interfaceorg.reactivestreams.Subscription
-
cancel
public void cancel()- Specified by:
cancel
in interfaceorg.reactivestreams.Subscription
-