Class NamedSpiManager<T>

java.lang.Object
io.opentelemetry.sdk.autoconfigure.internal.NamedSpiManager<T>

public final class NamedSpiManager<T> extends Object
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
  • Method Details

    • createEmpty

      public static <T> NamedSpiManager<T> createEmpty()
    • getByName

      @Nullable public T getByName(String name)
      Return an implementation by name, invoking the supplier if not previously invoked.