Uses of Interface
io.dropwizard.metrics5.MetricRegistryListener
-
-
Uses of MetricRegistryListener in io.dropwizard.metrics5
Classes in io.dropwizard.metrics5 that implement MetricRegistryListener Modifier and Type Class Description static classMetricRegistryListener.BaseA no-op implementation ofMetricRegistryListener.Methods in io.dropwizard.metrics5 with parameters of type MetricRegistryListener Modifier and Type Method Description voidMetricRegistry. addListener(MetricRegistryListener listener)Adds aMetricRegistryListenerto a collection of listeners that will be notified on metric creation.voidNoopMetricRegistry. addListener(MetricRegistryListener listener)Adds aMetricRegistryListenerto a collection of listeners that will be notified on metric creation.voidMetricRegistry. removeListener(MetricRegistryListener listener)Removes aMetricRegistryListenerfrom this registry's collection of listeners.voidNoopMetricRegistry. removeListener(MetricRegistryListener listener)Removes aMetricRegistryListenerfrom this registry's collection of listeners.
-