object ActorSystemProvider
- Source
- Pekko.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActorSystemProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type StopHook = () => Future[_]
Value Members
- 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.
- case object ApplicationShutdownReason extends Reason with Product with Serializable