c

play.api.libs.concurrent

ExecutionContextProvider

class ExecutionContextProvider extends Provider[ExecutionContextExecutor]

Provider for the default execution context

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

Instance Constructors

  1. new ExecutionContextProvider(actorSystem: ActorSystem)
    Annotations
    @Inject()

Value Members

  1. def get(): ExecutionContextExecutor
    Definition Classes
    ExecutionContextProvider → Provider