public interface TelemetryContext
| Modifier and Type | Method and Description |
|---|---|
void |
closeContext() |
java.lang.String |
getName() |
void |
setAttribute(java.lang.String key,
java.lang.String value) |
void |
setException(java.lang.Exception exception) |
void |
setSuccess(boolean success) |