Click or drag to resize
Akka.NETIMessageQueue Methods

The IMessageQueue type exposes the following members.

Methods
  NameDescription
Public methodCleanUp
Called when the Mailbox this queue belongs to is disposed of. Normally it is expected to transfer all remaining messages into the deadletter queue which is passed in. The owner of this IMessageQueue is passed in if available (e.g. for creating DeadLetters), "/deadletters" otherwise.
Public methodEnqueue
Enqueues an mailbox envelope onto the message queue
Public methodTryDequeue
Tries to pull an envelope of the message queue
Top
See Also