Package akka.stream.stage
Class GraphStageLogic.EagerTerminateOutput$
- java.lang.Object
-
- akka.stream.stage.GraphStageLogic.EagerTerminateOutput$
-
- All Implemented Interfaces:
OutHandler
- Enclosing class:
- GraphStageLogic
public static class GraphStageLogic.EagerTerminateOutput$ extends java.lang.Object implements OutHandler
Output handler that terminates the operator upon cancellation.
-
-
Field Summary
Fields Modifier and Type Field Description static GraphStageLogic.EagerTerminateOutput$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description EagerTerminateOutput$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonPull()Called when the output port has received a pull, and therefore ready to emit an element, i.e.java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface akka.stream.stage.OutHandler
onDownstreamFinish, onDownstreamFinish
-
-
-
-
Field Detail
-
MODULE$
public static final GraphStageLogic.EagerTerminateOutput$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
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
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-