Search Results for

    Show / Hide Table of Contents

    Class WatermarkRequestStrategy

    Requests up to the highWatermark when the remainingRequested is below the lowWatermark. This a good strategy when the actor performs work itself.

    Inheritance
    object
    WatermarkRequestStrategy
    Implements
    IRequestStrategy
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Actors
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class WatermarkRequestStrategy : IRequestStrategy

    Constructors

    | Edit this page View Source

    WatermarkRequestStrategy(int)

    TBD

    Declaration
    public WatermarkRequestStrategy(int highWatermark)
    Parameters
    Type Name Description
    int highWatermark

    TBD

    | Edit this page View Source

    WatermarkRequestStrategy(int, int)

    TBD

    Declaration
    public WatermarkRequestStrategy(int highWatermark, int lowWatermark)
    Parameters
    Type Name Description
    int highWatermark

    TBD

    int lowWatermark

    TBD

    Fields

    | Edit this page View Source

    HighWatermark

    TBD

    Declaration
    public readonly int HighWatermark
    Field Value
    Type Description
    int
    | Edit this page View Source

    LowWatermark

    TBD

    Declaration
    public readonly int LowWatermark
    Field Value
    Type Description
    int

    Methods

    | Edit this page View Source

    RequestDemand(int)

    TBD

    Declaration
    public int RequestDemand(int remainingRequested)
    Parameters
    Type Name Description
    int remainingRequested

    TBD

    Returns
    Type Description
    int

    TBD

    Implements

    IRequestStrategy

    Extension Methods

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