Click or drag to resize
Akka.NETMailboxes Class
Contains the directory of all MailboxTypes registered and configured with a given ActorSystem.
Inheritance Hierarchy
SystemObject
  Akka.DispatchMailboxes

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class Mailboxes

The Mailboxes type exposes the following members.

Constructors
  NameDescription
Public methodMailboxes
Initializes a new instance of the Mailboxes class.
Top
Properties
  NameDescription
Public propertyDeadLetterMailbox
TBD
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromConfig
Creates a mailbox from a configuration path.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMailboxType
TBD
Public methodGetRequiredType
TBD
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasRequiredType
Check if this actor class can have a required message queue type.
Public methodLookup
Returns a MailboxType as specified in configuration, based on the id, or if not defined null.
Public methodLookupByQueueType
Returns a MailboxType as specified in configuration, based on the type, or if not defined null.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProducesMessageQueue
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberDefaultMailboxId
TBD
Public fieldStatic memberNoMailboxRequirement
TBD
Top
Extension Methods
See Also