Interface IConsistentHashable
This interface marks a given class as consistently hashable, for use with ConsistentHashingGroup or ConsistentHashingPool routers.
Namespace: Akka.Routing
Assembly: Akka.dll
Syntax
public interface IConsistentHashable
Properties
| Improve this Doc View SourceConsistentHashKey
The consistent hash key of the marked class.
Declaration
object ConsistentHashKey { get; }
Property Value
Type | Description |
---|---|
Object |