final class BootstrapSetup extends Setup
Ordering
- Alphabetic
- By Inheritance
Inherited
- BootstrapSetup
- Setup
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val actorRefProvider: [ProviderSelection]
- final def and(other: Setup): ActorSystemSetup
Construct an ActorSystemSetup with this setup combined with another one.
Construct an ActorSystemSetup with this setup combined with another one. Allows for fluent creation of settings. If
other
is a setting of the same concrete Setup as this it will replace this.- Definition Classes
- Setup
- val classLoader: [ClassLoader]
- val config: Option[Config]
- val defaultExecutionContext: [ExecutionContext]
- def withActorRefProvider(name: ProviderSelection): BootstrapSetup
- def withClassloader(classLoader: ClassLoader): BootstrapSetup
- def withConfig(config: Config): BootstrapSetup
- def withDefaultExecutionContext(executionContext: ExecutionContext): BootstrapSetup
Core bootstrap settings of the actor system, create using one of the factories in BootstrapSetup, constructor is *Internal API*.