public class MetricsService extends Object
original non RX-ified interface using Vert.x codegen.| Constructor and Description |
|---|
MetricsService(MetricsService delegate) |
| Modifier and Type | Method and Description |
|---|---|
static MetricsService |
create(Vertx vertx) |
String |
getBaseName(io.vertx.rxjava.core.metrics.Measured measured) |
Object |
getDelegate() |
JsonObject |
getMetricsSnapshot(io.vertx.rxjava.core.metrics.Measured o)
Will return the metrics that correspond with this measured object, null if no metrics is available.
|
static MetricsService |
newInstance(MetricsService arg) |
public MetricsService(MetricsService delegate)
public Object getDelegate()
public static MetricsService create(Vertx vertx)
public JsonObject getMetricsSnapshot(io.vertx.rxjava.core.metrics.Measured o)
o - public String getBaseName(io.vertx.rxjava.core.metrics.Measured measured)
public static MetricsService newInstance(MetricsService arg)
Copyright © 2015. All Rights Reserved.