C# Класс Akka.Routing.ConsistentHashableEnvelope

This class represents a RouterEnvelope that can be wrapped around a message in order to make it hashable for use with ConsistentHashingGroup or ConsistentHashingPool routers.
Наследование: RouterEnvelope, IConsistentHashable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ConsistentHashableEnvelope ( object message, object hashKey ) : System

Initializes a new instance of the ConsistentHashableEnvelope class.

Описание методов

ConsistentHashableEnvelope() публичный Метод

Initializes a new instance of the ConsistentHashableEnvelope class.
public ConsistentHashableEnvelope ( object message, object hashKey ) : System
message object The message that is being wrapped in the envelope.
hashKey object The key used as the consistent hash key for the envelope.
Результат System