T - public abstract class AbstractSubscriber<T>
extends reactor.core.publisher.BaseSubscriber<T>
BaseSubscriber| Modifier and Type | Field and Description |
|---|---|
protected reactor.core.CoreSubscriber<? super T> |
downstreamSubscriber |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSubscriber(reactor.core.CoreSubscriber<? super T> downstreamSubscriber) |
| Modifier and Type | Method and Description |
|---|---|
reactor.util.context.Context |
currentContext() |
protected void |
hookOnSubscribe(org.reactivestreams.Subscription subscription)
Hook for further processing of onSubscribe's Subscription.
|
java.lang.String |
toString() |
protected final reactor.core.CoreSubscriber<? super T> downstreamSubscriber
protected AbstractSubscriber(reactor.core.CoreSubscriber<? super T> downstreamSubscriber)
protected void hookOnSubscribe(org.reactivestreams.Subscription subscription)
hookOnSubscribe in class reactor.core.publisher.BaseSubscriber<T>subscription - the subscription to optionally processpublic reactor.util.context.Context currentContext()
public java.lang.String toString()
toString in class reactor.core.publisher.BaseSubscriber<T>