Class MdcScheduledExecutorServiceDelegate

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

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