Class SqlConfigSourceFactory
- java.lang.Object
-
- org.apache.camel.quarkus.component.sql.it.SqlConfigSourceFactory
-
- All Implemented Interfaces:
io.smallrye.config.ConfigSourceFactory
public class SqlConfigSourceFactory extends Object implements io.smallrye.config.ConfigSourceFactory
-
-
Constructor Summary
Constructors Constructor Description SqlConfigSourceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<org.eclipse.microprofile.config.spi.ConfigSource>getConfigSources(io.smallrye.config.ConfigSourceContext configSourceContext)
-
-
-
Method Detail
-
getConfigSources
public Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(io.smallrye.config.ConfigSourceContext configSourceContext)
- Specified by:
getConfigSourcesin interfaceio.smallrye.config.ConfigSourceFactory
-
-