Class MdcExecutorServiceDelegate

java.lang.Object
org.forgerock.util.thread.MdcExecutorServiceDelegate
All Implemented Interfaces:
Executor, ExecutorService
Direct Known Subclasses:
MdcScheduledExecutorServiceDelegate

public class MdcExecutorServiceDelegate extends Object implements ExecutorService
Store SLF4J Mapped Diagnosed Context (aka MDC) when tasks are submitted, and re-inject it when tasks are executed.
See Also: