Class SingleThreadedBufferingSubscriber.DownstreamSubscription

java.lang.Object
io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber.DownstreamSubscription
All Implemented Interfaces:
org.reactivestreams.Subscription
Enclosing class:
SingleThreadedBufferingSubscriber<T>

protected class SingleThreadedBufferingSubscriber.DownstreamSubscription extends Object implements org.reactivestreams.Subscription
A downstream subscription.
  • Constructor Details

    • DownstreamSubscription

      protected DownstreamSubscription()
  • 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