Uses of Class
ratpack.dropwizard.metrics.HttpClientConfig
-
Packages that use HttpClientConfig Package Description ratpack.dropwizard.metrics Integration with Dropwizard Metrics Library. -
-
Uses of HttpClientConfig in ratpack.dropwizard.metrics
Methods in ratpack.dropwizard.metrics that return HttpClientConfig Modifier and Type Method Description HttpClientConfigHttpClientConfig. enable(boolean enabled)Set the state of HttpClient metrics.HttpClientConfigHttpClientConfig. pollingFrequencyInSeconds(int seconds)The frequency in seconds of which the HttpClient metrics will be refreshed.Methods in ratpack.dropwizard.metrics that return types with arguments of type HttpClientConfig Modifier and Type Method Description java.util.Optional<HttpClientConfig>DropwizardMetricsConfig. getHttpClient()Get the settings for the http client metric set.Method parameters in ratpack.dropwizard.metrics with type arguments of type HttpClientConfig Modifier and Type Method Description DropwizardMetricsConfigDropwizardMetricsConfig. httpClient(Action<? super HttpClientConfig> configure)Configure the http client metric set.
-