Search Results for

    Show / Hide Table of Contents

    Delegate ExtractShardId

    Interface of the function used by the ShardRegion to extract the shard id from an incoming message. Only messages that passed the ExtractEntityId will be used as input to this function.

    Namespace: Akka.Cluster.Sharding
    Assembly: Akka.Cluster.Sharding.dll
    Syntax
    [Obsolete("Use HashCodeMessageExtractor or IMessageExtractor instead.")]
    public delegate string ExtractShardId(object message)
    Parameters
    Type Name Description
    object message Interface of the function used by the to extract the shard id from an incoming message. Only messages that passed the will be used as input to this function.
    Returns
    Type Description
    string Interface of the function used by the to extract the shard id from an incoming message. Only messages that passed the will be used as input to this function.

    Extension Methods

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