C# Class Akka.Routing.SmallestMailboxRoutingLogic

Inheritance: RoutingLogic
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
SelectNext ( Routee routees ) : Routee
TryGetActorCell ( Routee routee ) : ICell

Method Details

Select() public méthode

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 .
Résultat Routee

SmallestMailboxRoutingLogic() public méthode

Initializes a new instance of the SmallestMailboxRoutingLogic class.
public SmallestMailboxRoutingLogic ( ) : System.Threading
Résultat System.Threading

SmallestMailboxRoutingLogic() public méthode

Initializes a new instance of the SmallestMailboxRoutingLogic class.
public SmallestMailboxRoutingLogic ( int next ) : System.Threading
next int Seed value used in the fallback selection process.
Résultat System.Threading