Package org.apache.pekko.stream.stage
Class GraphStageLogic.IgnoreTerminateOutput$
java.lang.Object
org.apache.pekko.stream.stage.GraphStageLogic.IgnoreTerminateOutput$
- All Implemented Interfaces:
OutHandler
- Enclosing class:
- GraphStageLogic
Output handler that does not terminate the operator upon cancellation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GraphStageLogic.IgnoreTerminateOutput$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonDownstreamFinish(Throwable cause) Called when the output port will no longer accept any new elements.voidonPull()Called when the output port has received a pull, and therefore ready to emit an element, i.e.toString()
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
IgnoreTerminateOutput$
public IgnoreTerminateOutput$()
-
-
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
-
onDownstreamFinish
Description copied from interface:OutHandlerCalled when the output port will no longer accept any new elements. After this callback no other callbacks will be called for this port.- Specified by:
onDownstreamFinishin interfaceOutHandler
-
toString
-