C# Class Akka.Dispatch.Mailboxes

Class Mailboxes.
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Properties

Property Type Description
DefaultMailboxId string
NoMailboxRequirement string

Public Methods

Method 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

Method Description
GetMailboxRequirement ( Config config ) : Type
GetRequiredType ( Type actorType ) : Type

Method Details

CreateMailbox() public method

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

FromConfig() public method

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

GetMailboxType() public method

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

LookupByQueueType() public method

public LookupByQueueType ( Type queueType ) : Type
queueType System.Type
return System.Type

Mailboxes() public method

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

Property Details

DefaultMailboxId public_oe static_oe property

public static string DefaultMailboxId
return string

NoMailboxRequirement public_oe static_oe property

public static string NoMailboxRequirement
return string