java.lang.Object
org.apache.bookkeeper.common.util.OrderedExecutor.ContextPreservingRunnable
- All Implemented Interfaces:
Runnable
- Enclosing class:
- OrderedExecutor
static class OrderedExecutor.ContextPreservingRunnable
extends Object
implements Runnable
Decorator class for a runnable that preserves MDC context.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ContextPreservingRunnable
ContextPreservingRunnable(Runnable runnable)
-
Method Details
-
run
public void run()
- Specified by:
run in interface Runnable