Interface OpenTelemetryLifecycleListener

All Superinterfaces:
Comparable<OpenTelemetryLifecycleListener>, ExtensionPoint

public interface OpenTelemetryLifecycleListener extends ExtensionPoint, Comparable<OpenTelemetryLifecycleListener>
  • Method Details

    • afterConfiguration

      default void afterConfiguration(io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties configProperties)
    • ordinal

      default int ordinal()
      Returns:
      the ordinal of this otel component to execute step handlers in predictable order. The smallest ordinal is handled first.
    • compareTo

      default int compareTo(OpenTelemetryLifecycleListener other)
      Specified by:
      compareTo in interface Comparable<OpenTelemetryLifecycleListener>