package mdc
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait Mdc extends AnyRef
- class MdcExecutionContext extends ExecutionContextExecutor with MdcExecutorService
Manages execution to ensure that the given MDC context are set correctly in the current thread.
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.
- trait MdcExecutorService extends AnyRef
- trait MdcImplicits extends AnyRef
Value Members
- object Mdc extends Mdc
- object MdcExecutionContext
- object MdcImplicits extends MdcImplicits