Class NamedSpiManager<T>
java.lang.Object
io.opentelemetry.sdk.autoconfigure.internal.NamedSpiManager<T>
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static <T> NamedSpiManager
<T> static <T> NamedSpiManager
<T> Return an implementation by name, invoking the supplier if not previously invoked.
-
Field Details
-
nameToProvider
-
nameToImplementation
-
-
Constructor Details
-
NamedSpiManager
-
-
Method Details
-
create
-
createEmpty
-
getByName
Return an implementation by name, invoking the supplier if not previously invoked. -
tryLoadImplementationForName
-