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)
ProfilingContextSetter
set
in interface ProfilingContextSetter
value
- the value to setpublic void clear()
ProfilingContextSetter
clear
in interface ProfilingContextSetter