| Modifier and Type | Class and Description | 
|---|---|
| class  | VertxThe entry point into the Vert.x Core API. | 
| class  | WorkerExecutorAn executor for executing blocking code in Vert.x . | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DatagramSocketA datagram socket can be used to send  DatagramPacket's to remote datagram servers
 and receiveDatagramPackets . | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EventBusA 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpClientAn asynchronous HTTP client. | 
| class  | HttpServerAn HTTP and WebSockets server. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Measured | Measured. newInstance(Measured arg) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NetClientA TCP client. | 
| class  | NetServerRepresents a TCP server
 
 NOTE: This class has been automatically generated from the  originalnon RX-ified interface using Vert.x codegen. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | MetricsService. getBaseName(Measured measured) | 
| JsonObject | MetricsService. getMetricsSnapshot(Measured measured)Will return the metrics that correspond with the  measuredobject, null if no metrics is available.
 Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the
 dropwizard backend reports to a single server. | 
| Modifier and Type | Method and Description | 
|---|---|
| static MetricsService | MetricsService. create(Measured measured)Creates a metric service for a given  object. | 
Copyright © 2022 Eclipse. All rights reserved.