Package io.vrap.rmf.base.client.utils
Class ThreadUtils
java.lang.Object
io.vrap.rmf.base.client.utils.ThreadUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Runnable
withMdc
(ContextAware<?> request, Runnable runnable) static <U> Supplier<U>
withMdc
(ContextAware<?> request, Supplier<U> supplier) static Runnable
static <U,
T> Function<ApiHttpResponse<T>, U> withMdc
(Function<ApiHttpResponse<T>, U> fn) static <U> Supplier<U>
-
Constructor Details
-
ThreadUtils
public ThreadUtils()
-
-
Method Details
-
withMdc
-
withMdc
-
withMdc
-
withMdc
-
withMdc
-