public abstract class SpeedometerInstrument extends Instrument<Speedometer>
| Constructor and Description |
|---|
SpeedometerInstrument(MetricConfigurationProvider provider,
MetricProperty... properties) |
SpeedometerInstrument(Metrics.MetricBuilder<Speedometer> builder,
String domain,
MetricProperty... properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
with(Speedometer speedometer) |
abstract void |
withSpeedometer(AtomicLong valueRef) |
getArgumentspublic SpeedometerInstrument(MetricConfigurationProvider provider, MetricProperty... properties)
public SpeedometerInstrument(Metrics.MetricBuilder<Speedometer> builder, String domain, MetricProperty... properties)
public abstract void withSpeedometer(AtomicLong valueRef) throws Exception
Exceptionpublic final void with(Speedometer speedometer) throws Exception
with in class Instrument<Speedometer>ExceptionCopyright © 2018. All rights reserved.