Packages

final class BootstrapSetup extends Setup

Core bootstrap settings of the actor system, create using one of the factories in BootstrapSetup, constructor is *Internal API*.

Source
ActorSystem.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BootstrapSetup
  2. Setup
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val actorRefProvider: Option[ProviderSelection]
  2. 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
  3. val classLoader: Option[ClassLoader]
  4. val config: Option[Config]
  5. val defaultExecutionContext: Option[ExecutionContext]
  6. def withActorRefProvider(name: ProviderSelection): BootstrapSetup
  7. def withClassloader(classLoader: ClassLoader): BootstrapSetup
  8. def withConfig(config: Config): BootstrapSetup
  9. def withDefaultExecutionContext(executionContext: ExecutionContext): BootstrapSetup