Package org.unleash.features.aop
Class UnleashContextThreadLocal
- java.lang.Object
-
- org.unleash.features.aop.UnleashContextThreadLocal
-
public class UnleashContextThreadLocal extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.LoggerLOGGERprivate static ThreadLocal<ConcurrentHashMap<String,String>>UNLEASH_CONTEXT_BUILDER_THREAD_LOCAL
-
Constructor Summary
Constructors Constructor Description UnleashContextThreadLocal()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddContextProperty(String name, String value)static io.getunleash.UnleashContextget()static Map<String,String>getContextMap()static voidunset()
-
-
-
Field Detail
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
UNLEASH_CONTEXT_BUILDER_THREAD_LOCAL
private static final ThreadLocal<ConcurrentHashMap<String,String>> UNLEASH_CONTEXT_BUILDER_THREAD_LOCAL
-
-