public static class GraphStageLogic.IgnoreTerminateInput$ extends java.lang.Object implements InHandler
Modifier and Type | Field and Description |
---|---|
static GraphStageLogic.IgnoreTerminateInput$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
IgnoreTerminateInput$() |
Modifier and Type | Method and Description |
---|---|
void |
onPush()
Called when the input port has a new element available.
|
void |
onUpstreamFinish()
Called when the input port is finished.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onUpstreamFailure
public static final GraphStageLogic.IgnoreTerminateInput$ MODULE$
public void onPush()
InHandler
GraphStageLogic.grab()
method.public void onUpstreamFinish()
InHandler
onUpstreamFinish
in interface InHandler