Class MpTelemetryRelocateConfigSourceInterceptor

java.lang.Object
io.quarkus.opentelemetry.runtime.config.MpTelemetryRelocateConfigSourceInterceptor
All Implemented Interfaces:
io.smallrye.config.ConfigSourceInterceptorFactory

public class MpTelemetryRelocateConfigSourceInterceptor extends Object implements io.smallrye.config.ConfigSourceInterceptorFactory
  • Field Summary

    Fields inherited from interface io.smallrye.config.ConfigSourceInterceptorFactory

    DEFAULT_PRIORITY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.smallrye.config.ConfigSourceInterceptor
    getInterceptor(io.smallrye.config.ConfigSourceInterceptorContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.smallrye.config.ConfigSourceInterceptorFactory

    getPriority
  • Constructor Details

    • MpTelemetryRelocateConfigSourceInterceptor

      public MpTelemetryRelocateConfigSourceInterceptor()
  • Method Details

    • getInterceptor

      public io.smallrye.config.ConfigSourceInterceptor getInterceptor(io.smallrye.config.ConfigSourceInterceptorContext context)
      Specified by:
      getInterceptor in interface io.smallrye.config.ConfigSourceInterceptorFactory