Uses of Interface
io.vertx.core.metrics.Measured
-
Packages that use Measured Package Description io.vertx.core io.vertx.core.datagram io.vertx.core.eventbus io.vertx.core.http io.vertx.core.net io.vertx.core.spi.metrics -
-
Uses of Measured in io.vertx.core
Subinterfaces of Measured in io.vertx.core Modifier and Type Interface Description interfaceVertxThe entry point into the Vert.x Core API.interfaceWorkerExecutorAn executor for executing blocking code in Vert.x . -
Uses of Measured in io.vertx.core.datagram
Subinterfaces of Measured in io.vertx.core.datagram Modifier and Type Interface Description interfaceDatagramSocketA datagram socket can be used to sendDatagramPacket's to remote datagram servers and receiveDatagramPackets . -
Uses of Measured in io.vertx.core.eventbus
Subinterfaces of Measured in io.vertx.core.eventbus Modifier and Type Interface Description interfaceEventBusA Vert.x event-bus is a light-weight distributed messaging system which allows different parts of your application, or different applications and services to communicate with each in a loosely coupled way. -
Uses of Measured in io.vertx.core.http
Subinterfaces of Measured in io.vertx.core.http Modifier and Type Interface Description interfaceHttpClientAgentAn asynchronous HTTP client.interfaceHttpServerAn HTTP and WebSockets server.interfaceWebSocketClientAn asynchronous WebSocket client. -
Uses of Measured in io.vertx.core.net
Subinterfaces of Measured in io.vertx.core.net Modifier and Type Interface Description interfaceNetClientA TCP client.interfaceNetServerRepresents a TCP server -
Uses of Measured in io.vertx.core.spi.metrics
Subinterfaces of Measured in io.vertx.core.spi.metrics Modifier and Type Interface Description interfaceMetricsProviderMetrics provider is the base SPI used by metrics implementations to retrieve aMetricsobject.interfaceVertxMetricsThe main Vert.x metrics SPI which Vert.x will use internally.
-