Search Results for

    Show / Hide Table of Contents

    Delegate ConsistentHashMapping

    Delegate for computing the hashkey from any given type of message. Extracts the property / data that is going to be used for a given hash, but doesn't actually return the hash values themselves.

    If returning a byte[] or string it will be used as is, otherwise the configured Serializer will be applied to the returned data.

    Namespace: Akka.Routing
    Assembly: Akka.dll
    Syntax
    public delegate object ConsistentHashMapping(object msg)
    Parameters
    Type Name Description
    object msg Delegate for computing the hashkey from any given type of message. Extracts the property / data that is going to be used for a given hash, but doesn't actually return the hash values themselves. If returning a byte[] or string it will be used as is, otherwise the configured will be applied to the returned data.
    Returns
    Type Description
    object Delegate for computing the hashkey from any given type of message. Extracts the property / data that is going to be used for a given hash, but doesn't actually return the hash values themselves. If returning a byte[] or string it will be used as is, otherwise the configured will be applied to the returned data.

    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