Package akka.stream

Class SubstreamCancelStrategy$


  • public class SubstreamCancelStrategy$
    extends java.lang.Object
    • Field Detail

      • MODULE$

        public static final SubstreamCancelStrategy$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • SubstreamCancelStrategy$

        public SubstreamCancelStrategy$()
    • Method Detail

      • propagate

        public SubstreamCancelStrategy propagate()
        Cancel the stream of streams if any substream is cancelled.
      • drain

        public SubstreamCancelStrategy drain()
        Drain substream on cancellation in order to prevent stalling of the stream of streams.