Uses of Interface
org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics
-
Packages that use MqttAdapterMetrics Package Description org.eclipse.hono.adapter.mqtt -
-
Uses of MqttAdapterMetrics in org.eclipse.hono.adapter.mqtt
Classes in org.eclipse.hono.adapter.mqtt that implement MqttAdapterMetrics Modifier and Type Class Description classMicrometerBasedMqttAdapterMetricsMetrics for the MQTT based adapters.static classMqttAdapterMetrics.NoopA no-op implementation this specific metrics type.Fields in org.eclipse.hono.adapter.mqtt declared as MqttAdapterMetrics Modifier and Type Field Description static MqttAdapterMetricsMqttAdapterMetrics. NOOPThe no-op implementation.Methods in org.eclipse.hono.adapter.mqtt that return MqttAdapterMetrics Modifier and Type Method Description protected MqttAdapterMetricsAbstractVertxBasedMqttProtocolAdapter. getMetrics()Gets the metrics for this service.Methods in org.eclipse.hono.adapter.mqtt with parameters of type MqttAdapterMetrics Modifier and Type Method Description voidAbstractVertxBasedMqttProtocolAdapter. setMetrics(MqttAdapterMetrics metrics)Sets the metrics for this service.
-