public interface OutHandler
GraphStage| 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.
|
void onPull()
throws java.lang.Exception
GraphStageLogic.push()
is now allowed to be called on this port.java.lang.Exceptionvoid onDownstreamFinish()
throws java.lang.Exception
java.lang.Exception