Class KillSwitches.KillableGraphStageLogic

java.lang.Object
org.apache.pekko.stream.stage.GraphStageLogic
org.apache.pekko.stream.KillSwitches.KillableGraphStageLogic
Enclosing class:
KillSwitches

public abstract static class KillSwitches.KillableGraphStageLogic extends GraphStageLogic
  • Constructor Details

    • KillableGraphStageLogic

      public KillableGraphStageLogic(scala.concurrent.Future<Done> terminationSignal, Shape _shape)
  • Method Details

    • preStart

      public void preStart()
      Description copied from class: GraphStageLogic
      Invoked before any external events are processed, at the startup of the operator.
      Overrides:
      preStart in class GraphStageLogic
    • terminationSignal

      public scala.concurrent.Future<Done> terminationSignal()