Class PeekMailboxType

  • All Implemented Interfaces:
    MailboxType

    public class PeekMailboxType
    extends java.lang.Object
    implements MailboxType
    Deprecated.
    Use an explicit supervisor or proxy actor instead. Since 2.5.0.
    configure the mailbox via dispatcher configuration:
    
       peek-dispatcher {
          mailbox-type = "example.PeekMailboxType"
       }