Class TracingConfigRelocateConfigSourceInterceptor
- java.lang.Object
-
- io.smallrye.config.AbstractMappingConfigSourceInterceptor
-
- io.smallrye.config.RelocateConfigSourceInterceptor
-
- io.quarkus.smallrye.opentracing.runtime.TracingConfigRelocateConfigSourceInterceptor
-
- All Implemented Interfaces:
io.smallrye.config.ConfigSourceInterceptor,Serializable
@Priority(3595) public class TracingConfigRelocateConfigSourceInterceptor extends io.smallrye.config.RelocateConfigSourceInterceptor- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TracingConfigRelocateConfigSourceInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<String>iterateNames(io.smallrye.config.ConfigSourceInterceptorContext context)Iterator<io.smallrye.config.ConfigValue>iterateValues(io.smallrye.config.ConfigSourceInterceptorContext context)
-
-
-
Method Detail
-
iterateNames
public Iterator<String> iterateNames(io.smallrye.config.ConfigSourceInterceptorContext context)
- Specified by:
iterateNamesin interfaceio.smallrye.config.ConfigSourceInterceptor- Overrides:
iterateNamesin classio.smallrye.config.AbstractMappingConfigSourceInterceptor
-
iterateValues
public Iterator<io.smallrye.config.ConfigValue> iterateValues(io.smallrye.config.ConfigSourceInterceptorContext context)
- Specified by:
iterateValuesin interfaceio.smallrye.config.ConfigSourceInterceptor- Overrides:
iterateValuesin classio.smallrye.config.AbstractMappingConfigSourceInterceptor
-
-