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

    Modifier and Type
    Method
    Description
    newBuilder(io.opentelemetry.sdk.metrics.internal.state.MeterProviderSharedState meterProviderSharedState, io.opentelemetry.sdk.metrics.internal.state.MeterSharedState meterSharedState, String name, String description, String unit)
     
  • Method Details

    • newBuilder

      T newBuilder(io.opentelemetry.sdk.metrics.internal.state.MeterProviderSharedState meterProviderSharedState, io.opentelemetry.sdk.metrics.internal.state.MeterSharedState meterSharedState, String name, String description, String unit)