Interface InstrumentBuilder<T extends Instrument>

Type Parameters:
T - the type of the Instrument that will be returned.
All Known Subinterfaces:
LongCounterBuilder, LongGaugeBuilder, LongUpDownCounterBuilder

public interface InstrumentBuilder<T extends Instrument>
A builder for Instrument's component.