Click or drag to resize
Akka.NETIConsistentHashable Interface
This interface marks a given class as consistently hashable, for use with ConsistentHashingGroup or ConsistentHashingPool routers.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IConsistentHashable

The IConsistentHashable type exposes the following members.

Properties
  NameDescription
Public propertyConsistentHashKey
The consistent hash key of the marked class.
Top
See Also