Class StreamUtils.DelayCancellationStage<T>

  • All Implemented Interfaces:
    akka.stream.Graph<akka.stream.FlowShape<T,​T>,​akka.NotUsed>
    Enclosing class:
    StreamUtils

    public static final class StreamUtils.DelayCancellationStage<T>
    extends akka.stream.impl.fusing.GraphStages.SimpleLinearGraphStage<T>
    INTERNAL API
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface akka.stream.Graph

        akka.stream.Graph.GraphMapMatVal<S extends akka.stream.Shape,​M extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      DelayCancellationStage​(scala.concurrent.duration.Duration cancelAfter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.stream.stage.GraphStageLogic createLogic​(akka.stream.Attributes inheritedAttributes)  
      • Methods inherited from class akka.stream.impl.fusing.GraphStages.SimpleLinearGraphStage

        in, out, shape
      • Methods inherited from class akka.stream.stage.GraphStage

        createLogicAndMaterializedValue
      • Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue

        addAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, initialAttributes, named, traversalBuilder, withAttributes
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DelayCancellationStage

        public DelayCancellationStage​(scala.concurrent.duration.Duration cancelAfter)
    • Method Detail

      • createLogic

        public akka.stream.stage.GraphStageLogic createLogic​(akka.stream.Attributes inheritedAttributes)
        Specified by:
        createLogic in class akka.stream.stage.GraphStage<akka.stream.FlowShape<T,​T>>