C# 클래스 Akka.Routing.SmallestMailboxRoutingLogic

상속: RoutingLogic
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
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