MDCPropagatingExecutorService

uk.gov.hmrc.play.bootstrap.dispatchers.MDCPropagatingExecutorService
class MDCPropagatingExecutorService(val executor: ExecutorService) extends ExecutorServiceDelegate

Attributes

Graph
Supertypes
trait ExecutorServiceDelegate
trait ExecutorService
trait Executor
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def execute(command: Runnable): Unit

Attributes

Definition Classes
ExecutorServiceDelegate -> Executor

Inherited methods

def awaitTermination(l: Long, timeUnit: TimeUnit): Boolean

Attributes

Inherited from:
ExecutorServiceDelegate
def invokeAll[T](callables: Collection[_ <: Callable[T]], l: Long, timeUnit: TimeUnit): List[Future[T]]

Attributes

Inherited from:
ExecutorServiceDelegate
def invokeAll[T](callables: Collection[_ <: Callable[T]]): List[Future[T]]

Attributes

Inherited from:
ExecutorServiceDelegate
def invokeAny[T](callables: Collection[_ <: Callable[T]], l: Long, timeUnit: TimeUnit): T

Attributes

Inherited from:
ExecutorServiceDelegate
def invokeAny[T](callables: Collection[_ <: Callable[T]]): T

Attributes

Inherited from:
ExecutorServiceDelegate
def isShutdown: Boolean

Attributes

Inherited from:
ExecutorServiceDelegate
def isTerminated: Boolean

Attributes

Inherited from:
ExecutorServiceDelegate
def shutdown(): Unit

Attributes

Inherited from:
ExecutorServiceDelegate
def shutdownNow(): List[Runnable]

Attributes

Inherited from:
ExecutorServiceDelegate
def submit(runnable: Runnable): Future[_ <: <FromJavaObject>]

Attributes

Inherited from:
ExecutorServiceDelegate
def submit[T](runnable: Runnable, t: T): Future[T]

Attributes

Inherited from:
ExecutorServiceDelegate
def submit[T](callable: Callable[T]): Future[T]

Attributes

Inherited from:
ExecutorServiceDelegate

Concrete fields

val executor: ExecutorService