Package io.opentelemetry.sdk.metrics
Interface AbstractInstrumentBuilder.SwapBuilder<T>
-
- Enclosing class:
- AbstractInstrumentBuilder<BuilderT extends AbstractInstrumentBuilder<?>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface protected static interface AbstractInstrumentBuilder.SwapBuilder<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TnewBuilder(io.opentelemetry.sdk.metrics.internal.state.MeterProviderSharedState meterProviderSharedState, io.opentelemetry.sdk.metrics.internal.state.MeterSharedState meterSharedState, String name, String description, String unit)
-