public class DefaultSubscriber<O>
extends java.lang.Object
implements org.reactivestreams.Subscriber<O>, reactor.core.support.NonBlocking
| Constructor and Description |
|---|
DefaultSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCapacity() |
boolean |
isReactivePull(reactor.core.Dispatcher dispatcher,
long producerCapacity) |
void |
onComplete() |
void |
onError(java.lang.Throwable t) |
void |
onNext(O o) |
void |
onSubscribe(org.reactivestreams.Subscription s) |
public void onSubscribe(org.reactivestreams.Subscription s)
onSubscribe in interface org.reactivestreams.Subscriber<O>public void onError(java.lang.Throwable t)
onError in interface org.reactivestreams.Subscriber<O>public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<O>public boolean isReactivePull(reactor.core.Dispatcher dispatcher,
long producerCapacity)
isReactivePull in interface reactor.core.support.NonBlockingpublic long getCapacity()
getCapacity in interface reactor.core.support.NonBlocking