C# Class Akka.Dispatch.Mailboxes

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

Méthodes publiques

Свойство Type Description
DefaultMailboxId string
NoMailboxRequirement string

Méthodes publiques

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

Private Methods

Méthode Description
GetMailboxRequirement ( Config config ) : Type
GetRequiredType ( Type actorType ) : Type

Method Details

CreateMailbox() public méthode

public CreateMailbox ( Props props, Config dispatcherConfig ) : Mailbox
props Props
dispatcherConfig Akka.Configuration.Config
Résultat Mailbox

FromConfig() public méthode

Creates a mailbox from a configuration path.
public FromConfig ( string path ) : Type
path string The path.
Résultat System.Type

GetMailboxType() public méthode

public GetMailboxType ( Props props, Config dispatcherConfig ) : Type
props Props
dispatcherConfig Akka.Configuration.Config
Résultat System.Type

LookupByQueueType() public méthode

public LookupByQueueType ( Type queueType ) : Type
queueType System.Type
Résultat System.Type

Mailboxes() public méthode

Initializes a new instance of the Mailboxes class.
public Mailboxes ( ActorSystem system ) : System
system ActorSystem The system.
Résultat System

Property Details

DefaultMailboxId public_oe static_oe property

public static string DefaultMailboxId
Résultat string

NoMailboxRequirement public_oe static_oe property

public static string NoMailboxRequirement
Résultat string