public static class GraphStageLogic.IgnoreTerminateOutput$ extends java.lang.Object implements OutHandler
Modifier and Type | Field and Description |
---|---|
static GraphStageLogic.IgnoreTerminateOutput$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
IgnoreTerminateOutput$() |
Modifier and Type | Method and Description |
---|---|
void |
onDownstreamFinish()
Called when the output port will no longer accept any new elements.
|
void |
onPull()
Called when the output port has received a pull, and therefore ready to emit an element, i.e.
|
public static final GraphStageLogic.IgnoreTerminateOutput$ MODULE$
public void onPull()
OutHandler
GraphStageLogic.push()
is now allowed to be called on this port.onPull
in interface OutHandler
public void onDownstreamFinish()
OutHandler
onDownstreamFinish
in interface OutHandler