Uses of Class
io.opentelemetry.sdk.autoconfigure.internal.NamedSpiManager
Packages that use NamedSpiManager
-
Uses of NamedSpiManager in io.opentelemetry.sdk.autoconfigure.internal
Methods in io.opentelemetry.sdk.autoconfigure.internal that return NamedSpiManagerModifier and TypeMethodDescriptionstatic <T> NamedSpiManager<T> NamedSpiManager.createEmpty()<T,S> NamedSpiManager <T> SpiHelper.loadConfigurable(Class<S> spiClass, Function<S, String> getName, BiFunction<S, ConfigProperties, T> getConfigurable, ConfigProperties config) Load implementations of an SPI which are configurable (i.e. they acceptConfigProperties.