public class SingleConsumerOnlyUnboundedMailbox extends java.lang.Object implements MailboxType, ProducesMessageQueue<NodeMessageQueue>, scala.Product, scala.Serializable
Currently this queue is slower for some benchmarks than the ConcurrentLinkedQueue from JDK 8 that is used by default, so be sure to measure the performance in your particular setting in order to determine which one to use.
| Constructor and Description |
|---|
SingleConsumerOnlyUnboundedMailbox() |
SingleConsumerOnlyUnboundedMailbox(ActorSystem.Settings settings,
com.typesafe.config.Config config) |
| Modifier and Type | Method and Description |
|---|---|
MessageQueue |
create(scala.Option<ActorRef> owner,
scala.Option<ActorSystem> system) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SingleConsumerOnlyUnboundedMailbox()
public SingleConsumerOnlyUnboundedMailbox(ActorSystem.Settings settings, com.typesafe.config.Config config)
public final MessageQueue create(scala.Option<ActorRef> owner, scala.Option<ActorSystem> system)
create in interface MailboxType