Search Results for

    Show / Hide Table of Contents

    Class ShardingConsumerController.Settings

    Inheritance
    object
    ShardingConsumerController.Settings
    Implements
    IEquatable<ShardingConsumerController.Settings>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Cluster.Sharding.Delivery
    Assembly: Akka.Cluster.Sharding.dll
    Syntax
    public sealed record ShardingConsumerController.Settings : IEquatable<ShardingConsumerController.Settings>

    Properties

    | Edit this page View Source

    AllowBypass

    Declaration
    public bool AllowBypass { get; init; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    BufferSize

    Declaration
    public int BufferSize { get; init; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ConsumerControllerSettings

    Declaration
    public ConsumerController.Settings ConsumerControllerSettings { get; init; }
    Property Value
    Type Description
    ConsumerController.Settings

    Methods

    | Edit this page View Source

    Create(ActorSystem)

    Declaration
    public static ShardingConsumerController.Settings Create(ActorSystem system)
    Parameters
    Type Name Description
    ActorSystem system
    Returns
    Type Description
    ShardingConsumerController.Settings
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    IEquatable<T>

    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