C# 클래스 Akka.Dispatch.Mailboxes

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

공개 프로퍼티들

프로퍼티 타입 설명
DefaultMailboxId string
NoMailboxRequirement string

공개 메소드들

메소드 설명
CreateMailbox ( Props props, Config dispatcherConfig ) : Mailbox
FromConfig ( string path ) : Type

Creates a mailbox from a configuration path.

GetMailboxType ( Props props, Config dispatcherConfig ) : Type
LookupByQueueType ( Type queueType ) : Type
Mailboxes ( ActorSystem system ) : System

Initializes a new instance of the Mailboxes class.

비공개 메소드들

메소드 설명
GetMailboxRequirement ( Config config ) : Type
GetRequiredType ( Type actorType ) : Type

메소드 상세

CreateMailbox() 공개 메소드

public CreateMailbox ( Props props, Config dispatcherConfig ) : Mailbox
props Props
dispatcherConfig Akka.Configuration.Config
리턴 Mailbox

FromConfig() 공개 메소드

Creates a mailbox from a configuration path.
public FromConfig ( string path ) : Type
path string The path.
리턴 System.Type

GetMailboxType() 공개 메소드

public GetMailboxType ( Props props, Config dispatcherConfig ) : Type
props Props
dispatcherConfig Akka.Configuration.Config
리턴 System.Type

LookupByQueueType() 공개 메소드

public LookupByQueueType ( Type queueType ) : Type
queueType System.Type
리턴 System.Type

Mailboxes() 공개 메소드

Initializes a new instance of the Mailboxes class.
public Mailboxes ( ActorSystem system ) : System
system ActorSystem The system.
리턴 System

프로퍼티 상세

DefaultMailboxId 공개적으로 정적으로 프로퍼티

public static string DefaultMailboxId
리턴 string

NoMailboxRequirement 공개적으로 정적으로 프로퍼티

public static string NoMailboxRequirement
리턴 string