Interface ActiveMQMetricsPlugin
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
LoggingMetricsPlugin,SimpleMetricsPlugin
-
Method Summary
Modifier and TypeMethodDescriptionio.micrometer.core.instrument.MeterRegistrydefault voidregistered(ActiveMQServer server) The plugin has been registered with the serverdefault void
-
Method Details
-
init
-
getRegistry
io.micrometer.core.instrument.MeterRegistry getRegistry() -
registered
The plugin has been registered with the server- Parameters:
server- The ActiveMQServer the plugin has been registered to
-
setInit
-