Search Results for

    Show / Hide Table of Contents

    Enum ThrottleMode

    Represents a mode that decides how to deal exceed rate for Throttle combinator.

    Namespace: Akka.Streams
    Assembly: Akka.Streams.dll
    Syntax
    public enum ThrottleMode

    Fields

    Name Description
    Enforcing

    Makes throttle fail with exception when upstream is faster than throttle rate

    Shaping

    Tells throttle to make pauses before emitting messages to meet throttle rate

    Extension Methods

    ObjectExtensions.IsDefaultForType<ThrottleMode>(ThrottleMode)
    ObjectExtensions.AsOption<ThrottleMode>(ThrottleMode)
    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