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 Details

    • SimpleSubscription

      private SimpleSubscription()
  • Method Details

    • request

      public void request(long n)
      Specified by:
      request in interface org.reactivestreams.Subscription
    • cancel

      public void cancel()
      Specified by:
      cancel in interface org.reactivestreams.Subscription