uk.gov.hmrc.mdc
package uk.gov.hmrc.mdc
Members list
Type members
Classlikes
trait Mdc
object MdcExecutionContext
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MdcExecutionContext.type
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.
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
- Supertypes
-
trait MdcExecutorServicetrait ExecutionContextExecutortrait Executortrait ExecutionContextclass Objecttrait Matchableclass AnyShow all
trait MdcExecutorService
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class MdcExecutionContext
trait MdcImplicits
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object MdcImplicits
object MdcImplicits extends MdcImplicits
Attributes
- Companion
- trait
- Supertypes
- Self type
-
MdcImplicits.type
In this article