Uses of Interface
io.vertx.reactivex.core.metrics.Measured
Packages that use Measured
Package
Description
-
Uses of Measured in io.vertx.reactivex.core
Classes in io.vertx.reactivex.core that implement MeasuredModifier and TypeClassDescriptionclassThe entry point into the Vert.x Core API.classAn executor for executing blocking code in Vert.x . -
Uses of Measured in io.vertx.reactivex.core.datagram
Classes in io.vertx.reactivex.core.datagram that implement MeasuredModifier and TypeClassDescriptionclassA datagram socket can be used to sendDatagramPacket's to remote datagram servers and receiveDatagramPackets . -
Uses of Measured in io.vertx.reactivex.core.eventbus
Classes in io.vertx.reactivex.core.eventbus that implement MeasuredModifier and TypeClassDescriptionclassA 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.reactivex.core.http
Classes in io.vertx.reactivex.core.http that implement MeasuredModifier and TypeClassDescriptionclassAn asynchronous HTTP client.classAn HTTP and WebSockets server.classAn asynchronous WebSocket client. -
Uses of Measured in io.vertx.reactivex.core.metrics
Methods in io.vertx.reactivex.core.metrics that return Measured -
Uses of Measured in io.vertx.reactivex.core.net
Classes in io.vertx.reactivex.core.net that implement MeasuredModifier and TypeClassDescriptionclassA TCP client.classRepresents a TCP serverclassA Quic client.classRepresents a Quic endpoints, whose primary function is to bind a UDP socket on a given or random port.classA Quic server. -
Uses of Measured in io.vertx.reactivex.ext.dropwizard
Methods in io.vertx.reactivex.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. -
Uses of Measured in io.vertx.reactivex.micrometer
Methods in io.vertx.reactivex.micrometer with parameters of type MeasuredModifier and TypeMethodDescriptionstatic MetricsServiceCreates a metric service for a given object.