T - the value typepublic final class FullArbiter<T>
extends java.lang.Object
implements org.reactivestreams.Subscription
| Constructor and Description |
|---|
FullArbiter(org.reactivestreams.Subscriber<? super T> actual,
Disposable resource,
int capacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
onComplete(org.reactivestreams.Subscription s) |
void |
onError(java.lang.Throwable value,
org.reactivestreams.Subscription s) |
boolean |
onNext(T value,
org.reactivestreams.Subscription s) |
void |
request(long n) |
boolean |
setSubscription(org.reactivestreams.Subscription s) |
public FullArbiter(org.reactivestreams.Subscriber<? super T> actual, Disposable resource, int capacity)
public void request(long n)
request in interface org.reactivestreams.Subscriptionpublic void cancel()
cancel in interface org.reactivestreams.Subscriptionpublic boolean setSubscription(org.reactivestreams.Subscription s)
public boolean onNext(T value, org.reactivestreams.Subscription s)
public void onError(java.lang.Throwable value,
org.reactivestreams.Subscription s)
public void onComplete(org.reactivestreams.Subscription s)