Uses of Interface
org.mule.metrics.api.instrument.Instrument
Packages that use Instrument
-
Uses of Instrument in org.mule.metrics.api.instrument
Subinterfaces of Instrument in org.mule.metrics.api.instrumentModifier and TypeInterfaceDescriptioninterfaceA counter for registering long measurements, only incremental.interfaceTheLongGaugeinterface represents an instrument that records and retrieves long values.interfaceA counter for registering long measurements that can be incremented/decreased. -
Uses of Instrument in org.mule.metrics.api.instrument.builder
Classes in org.mule.metrics.api.instrument.builder with type parameters of type InstrumentModifier and TypeInterfaceDescriptioninterfaceInstrumentBuilder<T extends Instrument>A builder forInstrument's component.