public interface Metric
Modifier and Type | Interface and Description |
---|---|
static interface |
Metric.Builder<B extends Metric.Builder<B,M>,M extends Metric>
Builder for metrics.
|
Modifier and Type | Method and Description |
---|---|
MetricId |
getId() |
Metric |
register()
Registers the metric with Metric registry.
|
void |
unregister()
Unregisters the metric with Metric registry.
|
MetricId getId()
Metric register()
void unregister()
Copyright © 2018 WSO2. All rights reserved.