class ActorSystemProvider extends Provider[ActorSystem]

Provider for the actor system

Annotations
@Singleton()
Source
Pekko.scala
Linear Supertypes
Provider[ActorSystem], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActorSystemProvider
  2. Provider
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ActorSystemProvider(environment: Environment, configuration: Configuration)
    Annotations
    @Inject()

Value Members

  1. lazy val get: ActorSystem
    Definition Classes
    ActorSystemProvider → Provider