public final class ActorSubscriberImpl<T>
extends java.lang.Object
implements org.reactivestreams.Subscriber<T>
| Constructor and Description |
|---|
ActorSubscriberImpl(ActorRef impl) |
| Modifier and Type | Method and Description |
|---|---|
ActorRef |
impl() |
void |
onComplete() |
void |
onError(java.lang.Throwable cause) |
void |
onNext(T element) |
void |
onSubscribe(org.reactivestreams.Subscription subscription) |
public ActorSubscriberImpl(ActorRef impl)
public ActorRef impl()
public void onError(java.lang.Throwable cause)
onError in interface org.reactivestreams.Subscriber<T>public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<T>public void onNext(T element)
onNext in interface org.reactivestreams.Subscriber<T>public void onSubscribe(org.reactivestreams.Subscription subscription)
onSubscribe in interface org.reactivestreams.Subscriber<T>