public static final class ActorGraphInterpreter.RequestMore extends java.lang.Object implements ActorGraphInterpreter.BoundaryEvent, scala.Product, scala.Serializable
Constructor and Description |
---|
RequestMore(GraphInterpreterShell shell,
int id,
long demand) |
Modifier and Type | Method and Description |
---|---|
long |
demand() |
int |
id() |
GraphInterpreterShell |
shell() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RequestMore(GraphInterpreterShell shell, int id, long demand)
public GraphInterpreterShell shell()
shell
in interface ActorGraphInterpreter.BoundaryEvent
public int id()
public long demand()