public static class CallerContext.CallerContextHolder
extends java.lang.Object
Constructor and Description |
---|
CallerContextHolder() |
Modifier and Type | Method and Description |
---|---|
static CallerContext |
get()
Get the CallerContext from the thread local.
|
static void |
remove()
Remove the CallerContext from the thread local.
|
static void |
set(CallerContext context)
Set the CallerContext in the thread local.
|
public static CallerContext get()
public static void set(CallerContext context)
context
- The CallerContext to set.public static void remove()