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 JmxConfig Modifier and Type Method Description JmxConfig
JmxConfig. enable(boolean enabled)
Set the state of the JMX publisher.Methods in ratpack.dropwizard.metrics that return types with arguments of type JmxConfig Modifier and Type Method Description java.util.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.
-