public static final class ProfilingContextSetter.NoOp extends Object implements ProfilingContextSetter
ProfilingContextSetter.NoOp| Modifier and Type | Field and Description |
|---|---|
static ProfilingContextSetter.NoOp |
INSTANCE |
| Constructor and Description |
|---|
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
|
public static final ProfilingContextSetter.NoOp INSTANCE
public void set(CharSequence value)
ProfilingContextSetterset in interface ProfilingContextSettervalue - the value to setpublic void clear()
ProfilingContextSetterclear in interface ProfilingContextSetter