Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    ObjectExtensions.IsDefaultForType<SubstreamCancelStrategy>(SubstreamCancelStrategy)
    ObjectExtensions.AsOption<SubstreamCancelStrategy>(SubstreamCancelStrategy)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET