uk.gov.hmrc.mdc.MdcExecutionContext
See theMdcExecutionContext companion object
class MdcExecutionContext(delegate: ExecutionContextExecutorService) extends ExecutionContextExecutor, MdcExecutorService
Manages execution to ensure that the given MDC context are set correctly in the current thread. Actual execution is performed by a delegate ExecutionContext.
This is mostly provided for tests, and it is expected that the ExecutionContext is injected as provided by bootstrap-play.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait MdcExecutorServicetrait ExecutionContextExecutortrait Executortrait ExecutionContextclass Objecttrait Matchableclass Any
Members list
In this article