Class CamelMicroProfilePropertiesSource
java.lang.Object
org.apache.camel.component.microprofile.config.CamelMicroProfilePropertiesSource
- All Implemented Interfaces:
org.apache.camel.spi.LoadablePropertiesSource,org.apache.camel.spi.PropertiesSource
@JdkService("properties-source-factory")
public class CamelMicroProfilePropertiesSource
extends Object
implements org.apache.camel.spi.LoadablePropertiesSource
The microprofile-config component is used for bridging the Eclipse MicroProfile Config with the Properties Component.
This allows using configuration management from MicroProfile with Camel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getProperty(String name) loadProperties(Predicate<String> filter) voidreloadProperties(String location) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.camel.spi.PropertiesSource
getProperty
-
Constructor Details
-
CamelMicroProfilePropertiesSource
public CamelMicroProfilePropertiesSource()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.apache.camel.spi.PropertiesSource
-
getProperty
- Specified by:
getPropertyin interfaceorg.apache.camel.spi.PropertiesSource
-
loadProperties
- Specified by:
loadPropertiesin interfaceorg.apache.camel.spi.LoadablePropertiesSource
-
loadProperties
- Specified by:
loadPropertiesin interfaceorg.apache.camel.spi.LoadablePropertiesSource
-
reloadProperties
- Specified by:
reloadPropertiesin interfaceorg.apache.camel.spi.LoadablePropertiesSource
-
toString
-