Class GraphStageLogic.EagerTerminateInput$

java.lang.Object
org.apache.pekko.stream.stage.GraphStageLogic.EagerTerminateInput$
All Implemented Interfaces:
InHandler
Enclosing class:
GraphStageLogic

public static class GraphStageLogic.EagerTerminateInput$ extends Object implements InHandler
Input handler that terminates the operator upon receiving completion. The operator fails upon receiving a failure.
  • Field Details

  • Constructor Details

    • EagerTerminateInput$

      public EagerTerminateInput$()
  • Method Details

    • onPush

      public void onPush()
      Description copied from interface: InHandler
      Called when the input port has a new element available. The actual element can be retrieved via the GraphStageLogic.grab method.
      Specified by:
      onPush in interface InHandler
    • toString

      public String toString()
      Overrides:
      toString in class Object