Class GraphStageLogic.EagerTerminateOutput$

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

public static class GraphStageLogic.EagerTerminateOutput$ extends Object implements OutHandler
Output handler that terminates the operator upon cancellation.
  • Field Details

  • Constructor Details

    • EagerTerminateOutput$

      public EagerTerminateOutput$()
  • Method Details

    • onPull

      public void onPull()
      Description copied from interface: OutHandler
      Called when the output port has received a pull, and therefore ready to emit an element, i.e. GraphStageLogic.push is now allowed to be called on this port.
      Specified by:
      onPull in interface OutHandler
    • toString

      public String toString()
      Overrides:
      toString in class Object