MdcPropagatorExecutionContext

uk.gov.hmrc.play.bootstrap.dispatchers.MdcPropagatorExecutionContext
trait MdcPropagatorExecutionContext extends ExecutionContext

propagates the logback MDC in future callbacks

Attributes

Graph
Supertypes
trait ExecutionContext
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def prepare(): ExecutionContext

Attributes

Definition Classes
ExecutionContext

Inherited methods

def execute(runnable: Runnable): Unit

Attributes

Inherited from:
ExecutionContext
def reportFailure(cause: Throwable): Unit

Attributes

Inherited from:
ExecutionContext