Package org.bonitasoft.engine.mdc
package org.bonitasoft.engine.mdc
-
ClassDescriptionThe base class for our Mapped Diagnostic Contexts (MDC).These constants are used as logging keys for Mapped Diagnostic Context (MDC).Provides usefull methods for working with MDC.MDCHelper.CheckedCallable<V,
E extends Throwable> LikeCallablebut throwing a checked exceptionMDCHelper.CheckedCallable2<V,E1 extends Throwable, E2 extends Throwable> LikeCallablebut throwing 2 checked exceptionsMDCHelper.CheckedCallable3<V,E1 extends Throwable, E2 extends Throwable, E3 extends Throwable> LikeCallablebut throwing 3 checked exceptionsMDCHelper.CheckedCallable4<V,E1 extends Throwable, E2 extends Throwable, E3 extends Throwable, E4 extends Throwable> LikeCallablebut throwing 4 checked exceptionsMDCHelper.CheckedRunnable<E extends Throwable>LikeRunnablebut throwing a checked exceptionLikeRunnablebut throwing 2 checked exceptionsLikeRunnablebut throwing 3 checked exceptionsMDCHelper.CheckedRunnable4<E1 extends Throwable,E2 extends Throwable, E3 extends Throwable, E4 extends Throwable> LikeRunnablebut throwing 4 checked exceptionsAThreadPoolExecutorthat transmits the MDC to the executing thread