Uses of Class
org.forgerock.util.thread.MdcExecutorServiceDelegate
-
Packages that use MdcExecutorServiceDelegate Package Description org.forgerock.util.thread Provides a mechanism for handling shutdown of ExecutorService instances. -
-
Uses of MdcExecutorServiceDelegate in org.forgerock.util.thread
Subclasses of MdcExecutorServiceDelegate in org.forgerock.util.thread Modifier and Type Class Description class
MdcScheduledExecutorServiceDelegate
Store SLF4J Mapped Diagnosed Context (aka MDC) when tasks are submitted, and re-inject it when tasks are executed.
-