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 java.lang.Object implements org.reactivestreams.Subscription
A downstream subscription.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DownstreamSubscription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
void
request(long n)
-