Package org.apache.pekko.stream.stage
Class GraphStageLogic.EagerTerminateOutput$
java.lang.Object
org.apache.pekko.stream.stage.GraphStageLogic.EagerTerminateOutput$
- All Implemented Interfaces:
OutHandler
- Enclosing class:
- GraphStageLogic
Output handler that terminates the operator upon cancellation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GraphStageLogic.EagerTerminateOutput$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.pekko.stream.stage.OutHandler
onDownstreamFinish
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
EagerTerminateOutput$
public EagerTerminateOutput$()
-
-
Method Details
-
onPull
public void onPull()Description copied from interface:OutHandlerCalled when the output port has received a pull, and therefore ready to emit an element, i.e.GraphStageLogic.pushis now allowed to be called on this port.- Specified by:
onPullin interfaceOutHandler
-
toString
-