Enum SubstreamCancelStrategy
Represents a strategy that decides how to deal with substream events.
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public enum SubstreamCancelStrategy
Fields
| Name | Description |
|---|---|
| Drain | Drain substream on cancellation in order to prevent stalling of the stream of streams. |
| Propagate | Cancel the stream of streams if any substream is cancelled. |
Edit this page