Package akka.stream

Class SubstreamCancelStrategy

    • Constructor Detail

      • SubstreamCancelStrategy

        public SubstreamCancelStrategy()
    • Method Detail

      • propagate

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

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