Package io.vrap.rmf.base.client.utils
Class ThreadUtils
java.lang.Object
io.vrap.rmf.base.client.utils.ThreadUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RunnablewithMdc(ContextAware<?> request, Runnable runnable) static <U> Supplier<U>withMdc(ContextAware<?> request, Supplier<U> supplier) static Runnablestatic <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
-