Package | Description |
---|---|
io.vertx.core |
= Vert.x Core Manual
:toc: left
At the heart of Vert.x is a set of Java APIs that we call *Vert.x Core*
https://github.com/eclipse/vert.x[Repository].
|
io.vertx.core.metrics | |
io.vertx.core.spi |
Modifier and Type | Method and Description |
---|---|
MetricsOptions |
VertxOptions.getMetricsOptions() |
Modifier and Type | Method and Description |
---|---|
VertxOptions |
VertxOptions.setMetricsOptions(MetricsOptions metrics)
Set the metrics options
|
Modifier and Type | Method and Description |
---|---|
MetricsOptions |
MetricsOptions.setEnabled(boolean enable)
Set whether metrics will be enabled on the Vert.x instance.
|
MetricsOptions |
MetricsOptions.setFactory(VertxMetricsFactory factory)
Programmatically set the metrics factory to be used when metrics are enabled.
|
Constructor and Description |
---|
MetricsOptions(MetricsOptions other)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
default MetricsOptions |
VertxMetricsFactory.newOptions()
Create an empty metrics options.
|
Copyright © 2018 Eclipse. All rights reserved.