public static final class ActorGraphInterpreter.AsyncInput extends java.lang.Object implements ActorGraphInterpreter.BoundaryEvent, scala.Product, scala.Serializable
Constructor and Description |
---|
AsyncInput(GraphInterpreterShell shell,
GraphStageLogic logic,
java.lang.Object evt,
scala.Function1<java.lang.Object,scala.runtime.BoxedUnit> handler) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
evt() |
scala.Function1<java.lang.Object,scala.runtime.BoxedUnit> |
handler() |
GraphStageLogic |
logic() |
GraphInterpreterShell |
shell() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AsyncInput(GraphInterpreterShell shell, GraphStageLogic logic, java.lang.Object evt, scala.Function1<java.lang.Object,scala.runtime.BoxedUnit> handler)
public GraphInterpreterShell shell()
shell
in interface ActorGraphInterpreter.BoundaryEvent
public GraphStageLogic logic()
public java.lang.Object evt()
public scala.Function1<java.lang.Object,scala.runtime.BoxedUnit> handler()