Modifier and Type | Class and Description |
---|---|
class |
Vertx
The entry point into the Vert.x Core API.
|
class |
WorkerExecutor
An executor for executing blocking code in Vert.x .
|
Modifier and Type | Class and Description |
---|---|
class |
DatagramSocket
A datagram socket can be used to send
DatagramPacket 's to remote datagram servers
and receive DatagramPacket s . |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpClient
An asynchronous HTTP client.
|
class |
HttpServer
An HTTP and WebSockets server.
|
Modifier and Type | Method and Description |
---|---|
static Measured |
Measured.newInstance(Measured arg) |
Modifier and Type | Class and Description |
---|---|
class |
NetClient
A TCP client.
|
class |
NetServer
Represents a TCP server
NOTE: This class has been automatically generated from the
original non 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
measured object, 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 © 2021 Eclipse. All rights reserved.