Package org.apache.pekko.stream.stage
Class GraphStageLogic.IgnoreTerminateInput$
java.lang.Object
org.apache.pekko.stream.stage.GraphStageLogic.IgnoreTerminateInput$
- All Implemented Interfaces:
InHandler
- Enclosing class:
- GraphStageLogic
Input handler that does not terminate the operator upon receiving completion.
The operator fails upon receiving a failure.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GraphStageLogic.IgnoreTerminateInput$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.InHandler
onUpstreamFailure
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
IgnoreTerminateInput$
public IgnoreTerminateInput$()
-
-
Method Details
-
onPush
public void onPush()Description copied from interface:InHandlerCalled when the input port has a new element available. The actual element can be retrieved via theGraphStageLogic.grabmethod. -
onUpstreamFinish
public void onUpstreamFinish()Description copied from interface:InHandlerCalled when the input port is finished. After this callback no other callbacks will be called for this port.- Specified by:
onUpstreamFinishin interfaceInHandler
-
toString
-