Packages

p

akka.contrib

mailbox

package mailbox

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class PeekMailbox extends UnboundedQueueBasedMessageQueue
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.0) Use an explicit supervisor or proxy actor instead

  2. class PeekMailboxExtension extends Extension
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.0) Use an explicit supervisor or proxy actor instead

  3. class PeekMailboxType extends MailboxType

    configure the mailbox via dispatcher configuration:

    configure the mailbox via dispatcher configuration:

    peek-dispatcher {
       mailbox-type = "example.PeekMailboxType"
    }
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.0) Use an explicit supervisor or proxy actor instead

Deprecated Value Members

  1. object PeekMailboxExtension extends ExtensionId[PeekMailboxExtension] with ExtensionIdProvider
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.0) Use an explicit supervisor or proxy actor instead

Ungrouped