C M W 

C

ch.sourcepond.utils.mdcwrapper.api - package ch.sourcepond.utils.mdcwrapper.api
 

M

MdcWrapper - Interface in ch.sourcepond.utils.mdcwrapper.api
Simple facade to wrap different objects into SLF4J MDC aware proxies.

W

wrap(T, Class<T>) - Method in interface ch.sourcepond.utils.mdcwrapper.api.MdcWrapper
Wraps the executor specified into a MDC-aware proxy using the executor interface specified.
wrap(ThreadFactory) - Method in interface ch.sourcepond.utils.mdcwrapper.api.MdcWrapper
Wraps the ThreadFactory specified into a MDC-aware proxy.
wrap(Runnable) - Method in interface ch.sourcepond.utils.mdcwrapper.api.MdcWrapper
Wraps the Runnable specified into a MDC-aware proxy.
wrap(Callable<V>) - Method in interface ch.sourcepond.utils.mdcwrapper.api.MdcWrapper
Wraps the Callable specified into a MDC-aware proxy.
C M W 

Copyright © 2015–2016 SourcePond. All rights reserved.