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 ThreadLocal<io.getunleash.UnleashContext>UNLEASH_CONTEXT_THREAD_LOCAL
-
Constructor Summary
Constructors Constructor Description UnleashContextThreadLocal()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.getunleash.UnleashContextget()static voidset(io.getunleash.UnleashContext unleashContext)static voidunset()
-
-
-
Field Detail
-
UNLEASH_CONTEXT_THREAD_LOCAL
private static final ThreadLocal<io.getunleash.UnleashContext> UNLEASH_CONTEXT_THREAD_LOCAL
-
-