Uses of Class
io.quarkus.micrometer.runtime.config.runtime.VertxConfig
-
Packages that use VertxConfig Package Description io.quarkus.micrometer.runtime io.quarkus.micrometer.runtime.binder io.quarkus.micrometer.runtime.config.runtime -
-
Uses of VertxConfig in io.quarkus.micrometer.runtime
Methods in io.quarkus.micrometer.runtime with parameters of type VertxConfig Modifier and Type Method Description RuntimeValue<HttpBinderConfiguration>MicrometerRecorder. configureHttpMetrics(boolean httpServerMetricsEnabled, boolean httpClientMetricsEnabled, HttpServerConfig serverConfig, HttpClientConfig clientConfig, VertxConfig vertxConfig) -
Uses of VertxConfig in io.quarkus.micrometer.runtime.binder
Constructors in io.quarkus.micrometer.runtime.binder with parameters of type VertxConfig Constructor Description HttpBinderConfiguration(boolean httpServerMetrics, boolean httpClientMetrics, HttpServerConfig serverConfig, HttpClientConfig clientConfig, VertxConfig vertxConfig) -
Uses of VertxConfig in io.quarkus.micrometer.runtime.config.runtime
Methods in io.quarkus.micrometer.runtime.config.runtime with parameters of type VertxConfig Modifier and Type Method Description voidHttpServerConfig. mergeDeprecatedConfig(VertxConfig config)
-