Uses of Class
ratpack.dropwizard.metrics.ConsoleConfig
-
Packages that use ConsoleConfig Package Description ratpack.dropwizard.metrics Integration with Dropwizard Metrics Library. -
-
Uses of ConsoleConfig in ratpack.dropwizard.metrics
Methods in ratpack.dropwizard.metrics that return ConsoleConfig Modifier and Type Method Description ConsoleConfig
ConsoleConfig. enable(boolean enabled)
Set the state of the Console publisher.Methods in ratpack.dropwizard.metrics that return types with arguments of type ConsoleConfig Modifier and Type Method Description java.util.Optional<ConsoleConfig>
DropwizardMetricsConfig. getConsole()
Get the settings for the console metrics publisher.Method parameters in ratpack.dropwizard.metrics with type arguments of type ConsoleConfig Modifier and Type Method Description DropwizardMetricsConfig
DropwizardMetricsConfig. console(Action<? super ConsoleConfig> configure)
Configure the console metrics publisher.
-