T
- The publishers result typepublic static class SubscriberHelpers.ObservableSubscriber<T> extends Object implements org.reactivestreams.Subscriber<T>
Modifier and Type | Method and Description |
---|---|
SubscriberHelpers.ObservableSubscriber<T> |
await() |
SubscriberHelpers.ObservableSubscriber<T> |
await(long timeout,
TimeUnit unit) |
List<T> |
get(long timeout,
TimeUnit unit) |
Throwable |
getError() |
List<T> |
getReceived() |
org.reactivestreams.Subscription |
getSubscription() |
boolean |
isCompleted() |
void |
onComplete() |
void |
onError(Throwable t) |
void |
onNext(T t) |
void |
onSubscribe(org.reactivestreams.Subscription s) |
public void onSubscribe(org.reactivestreams.Subscription s)
onSubscribe
in interface org.reactivestreams.Subscriber<T>
public void onError(Throwable t)
onError
in interface org.reactivestreams.Subscriber<T>
public void onComplete()
onComplete
in interface org.reactivestreams.Subscriber<T>
public org.reactivestreams.Subscription getSubscription()
public Throwable getError()
public boolean isCompleted()
public SubscriberHelpers.ObservableSubscriber<T> await() throws Throwable
Throwable
public SubscriberHelpers.ObservableSubscriber<T> await(long timeout, TimeUnit unit) throws Throwable
Throwable