object ActorSystemProvider

Source
Pekko.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActorSystemProvider
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type StopHook = () => Future[_]

Value Members

  1. def start(classLoader: ClassLoader, config: Configuration, additionalSetups: Setup*): ActorSystem

    Start an ActorSystem, using the given configuration, ClassLoader, and optional additional ActorSystem Setups.

    Start an ActorSystem, using the given configuration, ClassLoader, and optional additional ActorSystem Setups.

    returns

    The ActorSystem and a function that can be used to stop it.

  2. case object ApplicationShutdownReason extends Reason with Product with Serializable