Modifier and Type | Interface and Description |
---|---|
interface |
Vertx
The entry point into the Vert.x Core API.
|
interface |
WorkerExecutor
An executor for executing blocking code in Vert.x .
|
Modifier and Type | Interface and Description |
---|---|
interface |
DatagramSocket
A datagram socket can be used to send
DatagramPacket 's to remote datagram servers
and receive DatagramPacket s . |
Modifier and Type | Interface and 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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HttpClient
An asynchronous HTTP client.
|
interface |
HttpServer
An HTTP and WebSockets server.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NetClient
A TCP client.
|
interface |
NetServer
Represents a TCP server
|
Modifier and Type | Interface and Description |
---|---|
interface |
MetricsProvider
|
interface |
VertxMetrics
The main Vert.x metrics SPI which Vert.x will use internally.
|
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. |
Constructor and Description |
---|
ScheduledMetricsConsumer(Vertx vertx,
Measured measured) |
Modifier and Type | Method and Description |
---|---|
static MetricsService |
MetricsService.create(Measured measured)
Creates a metric service for a given
Measured object. |
Modifier and Type | Method and Description |
---|---|
Measured |
Measured.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Measured |
Measured.newInstance(Measured arg) |
Modifier and Type | Method and Description |
---|---|
Measured |
Measured.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Measured |
Measured.newInstance(Measured arg) |
Modifier and Type | Method and Description |
---|---|
Measured |
Measured.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Measured |
Measured.newInstance(Measured arg) |
Copyright © 2021 Eclipse. All rights reserved.