class ClassLoaderExecutionContext extends ExecutionContextExecutor
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClassLoaderExecutionContext
- ExecutionContextExecutor
- Executor
- ExecutionContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ClassLoaderExecutionContext(contextClassLoader: ClassLoader, delegate: ExecutionContext)
Value Members
- def execute(runnable: Runnable): Unit
- Definition Classes
- ClassLoaderExecutionContext → Executor → ExecutionContext
- def prepare(): ExecutionContext
- Definition Classes
- ClassLoaderExecutionContext → ExecutionContext
- def reportFailure(t: Throwable): Unit
- Definition Classes
- ClassLoaderExecutionContext → ExecutionContext
Manages execution to ensure that the given context ClassLoader is set correctly in the current thread. Actual execution is performed by a delegate ExecutionContext.