DefaultExecutionContextProvider
be.objectify.deadbolt.scala.DefaultExecutionContextProvider
@Singleton
class DefaultExecutionContextProvider(appProvider: Provider[Application]) extends ExecutionContextProvider
An implementation of ExecutionContextProvider that checks the injector for an instance of DeadboltExecutionContextProvider. Falls back to scala.concurrent.ExecutionContext.global if nothing is specified.
Attributes
- Graph
-
- Supertypes
-
trait ExecutionContextProvidertrait Provider[ExecutionContext]class Objecttrait Matchableclass Any
Members list
In this article