public interface ProfilingContext
| Modifier and Type | Method and Description |
|---|---|
default void |
clearContextValue(String attribute)
Clears a context value
|
default void |
setContextValue(String attribute,
String value)
Sets a context value to be appended to profiling data
|
default void setContextValue(String attribute, String value)
attribute - the attribute (must have been registered at startup)value - the valuedefault void clearContextValue(String attribute)
attribute - the attribute (must have been registered at startup)