Uses of Interface
io.vertx.core.metrics.Measured
-
-
Uses of Measured in io.vertx.core
Subinterfaces of Measured in io.vertx.core Modifier and Type Interface Description interface
Vertx
The entry point into the Vert.x Core API.interface
WorkerExecutor
An 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 interface
DatagramSocket
A datagram socket can be used to sendDatagramPacket
's to remote datagram servers and receiveDatagramPacket
s . -
Uses of Measured in io.vertx.core.eventbus
Subinterfaces of Measured in io.vertx.core.eventbus Modifier and Type Interface Description interface
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.core.http
Subinterfaces of Measured in io.vertx.core.http Modifier and Type Interface Description interface
HttpClientAgent
An asynchronous HTTP client.interface
HttpServer
An HTTP and WebSockets server.interface
WebSocketClient
An asynchronous WebSocket client. -
Uses of Measured in io.vertx.core.net
Subinterfaces of Measured in io.vertx.core.net Modifier and Type Interface Description interface
NetClient
A TCP client.interface
NetServer
Represents 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 interface
MetricsProvider
Metrics provider is the base SPI used by metrics implementations to retrieve aMetrics
object.interface
VertxMetrics
The main Vert.x metrics SPI which Vert.x will use internally. -
Uses of Measured in io.vertx.ext.dropwizard
Methods in io.vertx.ext.dropwizard with parameters of type Measured Modifier and Type Method Description String
MetricsService. getBaseName(Measured measured)
JsonObject
MetricsService. getMetricsSnapshot(Measured measured)
Will return the metrics that correspond with themeasured
object, null if no metrics is available.Constructors in io.vertx.ext.dropwizard with parameters of type Measured Constructor Description ScheduledMetricsConsumer(Vertx vertx, Measured measured)
-
Uses of Measured in io.vertx.micrometer
Methods in io.vertx.micrometer with parameters of type Measured Modifier and Type Method Description static MetricsService
MetricsService. create(Measured measured)
Creates a metric service for a givenMeasured
object. -
Uses of Measured in io.vertx.reactivex.core.metrics
Methods in io.vertx.reactivex.core.metrics that return Measured Modifier and Type Method Description Measured
Measured. getDelegate()
Methods in io.vertx.reactivex.core.metrics with parameters of type Measured Modifier and Type Method Description static Measured
Measured. newInstance(Measured arg)
-
Uses of Measured in io.vertx.rxjava3.core.metrics
Methods in io.vertx.rxjava3.core.metrics that return Measured Modifier and Type Method Description Measured
Measured. getDelegate()
Methods in io.vertx.rxjava3.core.metrics with parameters of type Measured Modifier and Type Method Description static Measured
Measured. newInstance(Measured arg)
-