public class JavaslangReactiveStreamsSubscriber<T>
extends java.lang.Object
implements org.reactivestreams.Subscriber<T>
| Modifier and Type | Field and Description |
|---|---|
protected com.aol.simple.react.async.Queue<T> |
queue |
| Constructor and Description |
|---|
JavaslangReactiveStreamsSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
<any> |
getStream() |
void |
onComplete() |
void |
onError(java.lang.Throwable t) |
void |
onNext(T t) |
void |
onSubscribe(org.reactivestreams.Subscription s) |
protected java.util.stream.Stream<T> |
stream() |
protected volatile com.aol.simple.react.async.Queue<T> queue
protected java.util.stream.Stream<T> stream()
public <any> getStream()
public void onSubscribe(org.reactivestreams.Subscription s)
onSubscribe in interface org.reactivestreams.Subscriber<T>public void onError(java.lang.Throwable t)
onError in interface org.reactivestreams.Subscriber<T>public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<T>