public interface SubscriptionWithCursor<T> extends org.reactivestreams.Subscription, ResizableMultiReaderRingBuffer.Cursor
Modifier and Type | Method and Description |
---|---|
boolean |
active() |
int |
cursor() |
void |
dispatch(T element) |
org.reactivestreams.Subscriber<? super T> |
subscriber() |
long |
totalDemand()
Do not increment directly, use `moreRequested(Long)` instead (it provides overflow protection)!
|
org.reactivestreams.Subscriber<? super T> subscriber()
void dispatch(T element)
boolean active()
long totalDemand()
int cursor()
cursor
in interface ResizableMultiReaderRingBuffer.Cursor