object DispatcherSelector extends Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- DispatcherSelector
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def blocking(): DispatcherSelector
Run the actor on the default blocking dispatcher that is configured under default-blocking-io-dispatcher
- def default(): DispatcherSelector
Scala API: Run the actor on the default ActorSystem executor.
- def defaultDispatcher(): DispatcherSelector
Java API: Run the actor on the default ActorSystem executor.
- def fromConfig(path: String): DispatcherSelector
Look up an executor definition in the ActorSystem configuration.
Look up an executor definition in the ActorSystem configuration. ExecutorServices created in this fashion will be shut down when the ActorSystem terminates.
- def sameAsParent(): DispatcherSelector
Run the actor on the same executor as the parent actor.
Factories for DispatcherSelectors which describe which thread pool shall be used to run the actor to which this configuration is applied. See the individual factory methods for details on the options.
The default configuration if none of these options are present is to run the actor on the default ActorSystem executor.