Package | Description |
---|---|
io.vertx.core.spi.metrics |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpClientMetrics<R,W,S,E,T>
The http client metrics SPI that Vert.x will use to call when http client events occur.
The thread model for the http server metrics depends on the actual context thats started the server.
|
interface |
HttpServerMetrics<R,W,S>
The http server metrics SPI that Vert.x will use to call when each http server event occurs.
The thread model for the http server metrics depends on the actual context thats started the server.
|
Modifier and Type | Method and Description |
---|---|
TCPMetrics<?> |
VertxMetrics.createMetrics(NetClientOptions options)
Provides the net client metrics SPI when a net client is created.
|
TCPMetrics<?> |
VertxMetrics.createMetrics(SocketAddress localAddress,
NetServerOptions options)
Provides the net server metrics SPI when a net server is created.
|
Copyright © 2018. All rights reserved.