Uses of Class
ratpack.dropwizard.metrics.JmxConfig
-
Packages that use JmxConfig Package Description ratpack.dropwizard.metrics Integration with Dropwizard Metrics Library. -
-
Uses of JmxConfig in ratpack.dropwizard.metrics
Methods in ratpack.dropwizard.metrics that return types with arguments of type JmxConfig Modifier and Type Method Description Optional<JmxConfig>
DropwizardMetricsConfig. getJmx()
Get the settings for the JMX metrics publisher.Method parameters in ratpack.dropwizard.metrics with type arguments of type JmxConfig Modifier and Type Method Description DropwizardMetricsConfig
DropwizardMetricsConfig. jmx(Action<? super JmxConfig> configure)
Configure the JMX metrics publisher.
-