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

Наследование: RoutingLogic
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Select ( object message, Routee routees ) : Routee

Picks a Routee to receive the message.

SmallestMailboxRoutingLogic ( ) : System.Threading

Initializes a new instance of the SmallestMailboxRoutingLogic class.

SmallestMailboxRoutingLogic ( int next ) : System.Threading

Initializes a new instance of the SmallestMailboxRoutingLogic class.

Приватные методы

Метод Описание
SelectNext ( Routee routees ) : Routee
TryGetActorCell ( Routee routee ) : ICell

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

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

Picks a Routee to receive the message.
public Select ( object message, Routee routees ) : Routee
message object The message that is being routed
routees Routee A collection of routees to choose from when receiving the .
Результат Routee

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

Initializes a new instance of the SmallestMailboxRoutingLogic class.
public SmallestMailboxRoutingLogic ( ) : System.Threading
Результат System.Threading

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

Initializes a new instance of the SmallestMailboxRoutingLogic class.
public SmallestMailboxRoutingLogic ( int next ) : System.Threading
next int Seed value used in the fallback selection process.
Результат System.Threading