Class OTelFallbackConfigSourceInterceptor
- java.lang.Object
-
- io.smallrye.config.AbstractMappingConfigSourceInterceptor
-
- io.smallrye.config.FallbackConfigSourceInterceptor
-
- io.quarkus.opentelemetry.runtime.config.OTelFallbackConfigSourceInterceptor
-
- All Implemented Interfaces:
io.smallrye.config.ConfigSourceInterceptor,Serializable
@Priority(3305) public class OTelFallbackConfigSourceInterceptor extends io.smallrye.config.FallbackConfigSourceInterceptor- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OTelFallbackConfigSourceInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.smallrye.config.ConfigValuegetValue(io.smallrye.config.ConfigSourceInterceptorContext context, String name)Iterator<String>iterateNames(io.smallrye.config.ConfigSourceInterceptorContext context)
-
-
-
Method Detail
-
getValue
public io.smallrye.config.ConfigValue getValue(io.smallrye.config.ConfigSourceInterceptorContext context, String name)- Specified by:
getValuein interfaceio.smallrye.config.ConfigSourceInterceptor- Overrides:
getValuein classio.smallrye.config.FallbackConfigSourceInterceptor
-
-