public static final class ActorGraphInterpreter.BoundarySubscriber
extends java.lang.Object
implements org.reactivestreams.Subscriber<java.lang.Object>
Constructor and Description |
---|
BoundarySubscriber(ActorRef parent,
GraphInterpreterShell shell,
int id) |
Modifier and Type | Method and Description |
---|---|
void |
onComplete() |
void |
onError(java.lang.Throwable cause) |
void |
onNext(java.lang.Object element) |
void |
onSubscribe(org.reactivestreams.Subscription subscription) |
public BoundarySubscriber(ActorRef parent, GraphInterpreterShell shell, int id)
public void onError(java.lang.Throwable cause)
onError
in interface org.reactivestreams.Subscriber<java.lang.Object>
public void onComplete()
onComplete
in interface org.reactivestreams.Subscriber<java.lang.Object>
public void onNext(java.lang.Object element)
onNext
in interface org.reactivestreams.Subscriber<java.lang.Object>
public void onSubscribe(org.reactivestreams.Subscription subscription)
onSubscribe
in interface org.reactivestreams.Subscriber<java.lang.Object>