Interface ClientTelemetry
public interface ClientTelemetry
A
MetricsReporter may implement this interface to indicate support for collecting client telemetry on the server side.Method Summary
Modifier and TypeMethodDescriptionCalled by the broker to fetch instance ofClientTelemetryReceiver.
Method Details
clientReceiver
ClientTelemetryReceiver clientReceiver()Called by the broker to fetch instance ofClientTelemetryReceiver.This instance may be cached by the broker.
- Returns:
- broker side instance of
ClientTelemetryReceiver.