public class MetricsConditionalSubscriber<T> extends AtomicBoolean implements org.reactivestreams.Subscription, Fuseable.ConditionalSubscriber<T>
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
Context |
currentContext() |
void |
onComplete() |
void |
onError(Throwable t) |
void |
onNext(T t) |
void |
onSubscribe(org.reactivestreams.Subscription s) |
void |
request(long n) |
boolean |
tryOnNext(T t) |
compareAndSet, get, getAndSet, lazySet, set, toString, weakCompareAndSetpublic void onSubscribe(org.reactivestreams.Subscription s)
onSubscribe in interface org.reactivestreams.Subscriber<T>onSubscribe in interface CoreSubscriber<T>public boolean tryOnNext(T t)
tryOnNext in interface Fuseable.ConditionalSubscriber<T>public void onError(Throwable t)
onError in interface org.reactivestreams.Subscriber<T>public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<T>public void request(long n)
request in interface org.reactivestreams.Subscriptionpublic void cancel()
cancel in interface org.reactivestreams.Subscriptionpublic Context currentContext()
currentContext in interface CoreSubscriber<T>