Package akka.event
Class LoggerMailboxType
- java.lang.Object
-
- akka.event.LoggerMailboxType
-
- All Implemented Interfaces:
MailboxType
,ProducesMessageQueue<LoggerMailbox>
public class LoggerMailboxType extends java.lang.Object implements MailboxType, ProducesMessageQueue<LoggerMailbox>
INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description LoggerMailboxType(ActorSystem.Settings settings, com.typesafe.config.Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageQueue
create(scala.Option<ActorRef> owner, scala.Option<ActorSystem> system)
-
-
-
Constructor Detail
-
LoggerMailboxType
public LoggerMailboxType(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 interfaceMailboxType
-
-