SubstreamCancelStrategy Enumeration |
Namespace: Akka.Streams
Member name | Value | Description | |
---|---|---|---|
Propagate | 0 | Cancel the stream of streams if any substream is cancelled. | |
Drain | 1 | Drain substream on cancellation in order to prevent stalling of the stream of streams. |