Uses of Interface
io.vertx.core.spi.metrics.HttpServerMetrics
-
Packages that use HttpServerMetrics Package Description io.vertx.core.spi.metrics -
-
Uses of HttpServerMetrics in io.vertx.core.spi.metrics
Methods in io.vertx.core.spi.metrics that return HttpServerMetrics Modifier and Type Method Description default HttpServerMetrics<?,?,?>
VertxMetrics. createHttpServerMetrics(HttpServerOptions options, SocketAddress localAddress)
Provides the http server metrics SPI when an http server is created.
-