abstract class MailboxSelector extends Props
- Alphabetic
- By Inheritance
- MailboxSelector
- Props
- Serializable
- Product
- Equals
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new MailboxSelector()
Abstract Value Members
Concrete Value Members
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Product
- def withDispatcherDefault: Props
Prepend a selection of the ActorSystem default executor to this Props.
Prepend a selection of the ActorSystem default executor to this Props.
- Definition Classes
- Props
- def withDispatcherFromConfig(path: String): Props
Prepend a selection of the executor found at the given Config path to this Props.
Prepend a selection of the executor found at the given Config path to this Props. The path is relative to the configuration root of the ActorSystem that looks up the executor.
- Definition Classes
- Props
- def withDispatcherSameAsParent: Props
Prepend a selection of the same executor as the parent actor to this Props.
Prepend a selection of the same executor as the parent actor to this Props.
- Definition Classes
- Props
- def withMailboxFromConfig(path: String): Props
Prepend a selection of the mailbox found at the given Config path to this Props.
Prepend a selection of the mailbox found at the given Config path to this Props. The path is relative to the configuration root of the ActorSystem that looks up the mailbox.
- Definition Classes
- Props
Not for user extension.