T - A type that can be serialized into a JSONObject valuepublic interface Metrics<T>
| Modifier and Type | Method and Description |
|---|---|
T |
data()
The data to be included under the identifier key in the metrics payload
|
java.lang.String |
identifier()
The key to identify this record inside the metrics payload
|
java.lang.String identifier()
T data()