Uses of Interface
io.vertx.mutiny.core.metrics.Measured
-
-
Uses of Measured in io.vertx.mutiny.core
Classes in io.vertx.mutiny.core that implement Measured Modifier and Type Class Description class
Vertx
The entry point into the Vert.x Core API.class
WorkerExecutor
An executor for executing blocking code in Vert.x . -
Uses of Measured in io.vertx.mutiny.core.datagram
Classes in io.vertx.mutiny.core.datagram that implement Measured Modifier and Type Class Description class
DatagramSocket
A datagram socket can be used to sendDatagramPacket
's to remote datagram servers and receiveDatagramPacket
s . -
Uses of Measured in io.vertx.mutiny.core.eventbus
Classes in io.vertx.mutiny.core.eventbus that implement Measured Modifier and Type Class Description class
EventBus
A 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.mutiny.core.http
Classes in io.vertx.mutiny.core.http that implement Measured Modifier and Type Class Description class
HttpClient
An asynchronous HTTP client.class
HttpServer
An HTTP and WebSockets server. -
Uses of Measured in io.vertx.mutiny.core.metrics
Methods in io.vertx.mutiny.core.metrics that return Measured Modifier and Type Method Description static Measured
Measured. newInstance(io.vertx.core.metrics.Measured arg)
-
Uses of Measured in io.vertx.mutiny.core.net
Classes in io.vertx.mutiny.core.net that implement Measured Modifier and Type Class Description class
NetClient
A TCP client.class
NetServer
Represents a TCP server -
Uses of Measured in io.vertx.mutiny.micrometer
Methods in io.vertx.mutiny.micrometer with parameters of type Measured Modifier and Type Method Description static MetricsService
MetricsService. create(Measured measured)
-