public static final class ActorGraphInterpreter.BoundarySubscription
extends java.lang.Object
implements org.reactivestreams.Subscription
Constructor and Description |
---|
BoundarySubscription(ActorRef parent,
GraphInterpreterShell shell,
int id) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
request(long elements) |
java.lang.String |
toString() |
public BoundarySubscription(ActorRef parent, GraphInterpreterShell shell, int id)
public void request(long elements)
request
in interface org.reactivestreams.Subscription
public void cancel()
cancel
in interface org.reactivestreams.Subscription
public java.lang.String toString()
toString
in class java.lang.Object