public interface ProfilingContextSetter
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProfilingContextSetter.NoOp |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears context for the current thread
|
void |
set(CharSequence value)
Sets the context value on the current thread
|
void set(CharSequence value)
value - the value to setvoid clear()