akka.contrib.mailbox
Class PeekMailboxType

java.lang.Object
  extended by akka.contrib.mailbox.PeekMailboxType
All Implemented Interfaces:
MailboxType

public class PeekMailboxType
extends java.lang.Object
implements MailboxType

configure the mailbox via dispatcher configuration:


   peek-dispatcher {
      mailbox-type = "example.PeekMailboxType"
   }
 


Constructor Summary
PeekMailboxType(ActorSystem.Settings settings, com.typesafe.config.Config config)
           
 
Method Summary
 MessageQueue create(scala.Option<ActorRef> owner, scala.Option<ActorSystem> system)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeekMailboxType

public PeekMailboxType(ActorSystem.Settings settings,
                       com.typesafe.config.Config config)
Method Detail

create

public MessageQueue create(scala.Option<ActorRef> owner,
                           scala.Option<ActorSystem> system)
Specified by:
create in interface MailboxType