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