@InterfaceStability.Evolving public interface ClientTelemetryPayload
ClientTelemetryReceiver implementation.| Modifier and Type | Method and Description |
|---|---|
Uuid | clientInstanceId()Method returns the client's instance id. |
String | contentType()Method returns the content-type format of the metrics data which is being sent by the client. |
ByteBuffer | data()Method returns the serialized metrics data as received by the client. |
boolean | isTerminating()Indicates whether the client is terminating and thus making its last metrics push. |
Uuid clientInstanceId()
boolean isTerminating()
true if client is terminating, else falseString contentType()
ByteBuffer data()