MdcLoggingExecutionContext

uk.gov.hmrc.play.http.logging.MdcLoggingExecutionContext
class MdcLoggingExecutionContext(wrapped: ExecutionContext, mdcData: Map[String, String]) extends ExecutionContext

Attributes

Deprecated
true
Graph
Supertypes
trait ExecutionContext
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def execute(runnable: Runnable): Unit
def reportFailure(t: Throwable): Unit

Deprecated and Inherited methods

def prepare(): ExecutionContext

Attributes

Deprecated
[Since version 2.12.0] preparation of ExecutionContexts will be removed
Inherited from:
ExecutionContext