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 java.lang.Object implements org.reactivestreams.Subscription
-
-
Constructor Summary
Constructors Modifier Constructor Description privateSimpleSubscription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()voidrequest(long n)
-