Uses of Interface
io.vertx.core.metrics.Measured
Packages that use Measured
Package
Description
-
Uses of Measured in io.vertx.core
Subinterfaces of Measured in io.vertx.coreModifier and TypeInterfaceDescriptioninterfaceThe entry point into the Vert.x Core API.interfaceAn executor for executing blocking code in Vert.x . -
Uses of Measured in io.vertx.core.datagram
Subinterfaces of Measured in io.vertx.core.datagramModifier and TypeInterfaceDescriptioninterfaceA 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.eventbusModifier and TypeInterfaceDescriptioninterfaceA 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.httpModifier and TypeInterfaceDescriptioninterfaceAn asynchronous HTTP client.interfaceAn HTTP and WebSockets server.interfaceAn asynchronous WebSocket client. -
Uses of Measured in io.vertx.core.net
Subinterfaces of Measured in io.vertx.core.netModifier and TypeInterfaceDescriptioninterfaceA TCP client.interfaceRepresents a TCP serverinterfaceA Quic client.interfaceRepresents a Quic endpoints, whose primary function is to bind a UDP socket on a given or random port.interfaceA Quic server. -
Uses of Measured in io.vertx.core.spi.metrics
Subinterfaces of Measured in io.vertx.core.spi.metricsModifier and TypeInterfaceDescriptioninterfaceMetrics provider is the base SPI used by metrics implementations to retrieve aMetricsobject.interfaceThe 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 MeasuredModifier and TypeMethodDescriptionMetricsService.getBaseName(Measured measured) MetricsService.getMetricsSnapshot(Measured measured) Will return the metrics that correspond with themeasuredobject, null if no metrics is available.Constructors in io.vertx.ext.dropwizard with parameters of type Measured -
Uses of Measured in io.vertx.micrometer
Methods in io.vertx.micrometer with parameters of type MeasuredModifier and TypeMethodDescriptionstatic MetricsServiceCreates a metric service for a givenMeasuredobject. -
Uses of Measured in io.vertx.reactivex.core.metrics
Methods in io.vertx.reactivex.core.metrics that return MeasuredMethods in io.vertx.reactivex.core.metrics with parameters of type Measured -
Uses of Measured in io.vertx.rxjava3.core.metrics
Methods in io.vertx.rxjava3.core.metrics that return MeasuredMethods in io.vertx.rxjava3.core.metrics with parameters of type Measured