Interface AutoConfigureListener
-
- All Known Implementing Classes:
OtlpLogRecordExporterProvider
,OtlpSpanExporterProvider
public interface AutoConfigureListener
Interface to be extended by SPIs that require access to the autoconfiguredOpenTelemetrySdk
instance.This is not a standalone SPI. Instead, implementations of other SPIs can also implement this interface to receive a callback with the configured SDK.
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterAutoConfigure(OpenTelemetrySdk sdk)
-
-
-
Method Detail
-
afterAutoConfigure
void afterAutoConfigure(OpenTelemetrySdk sdk)
-
-