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
public class CamelMicroProfilePropertiesSource extends Object implements org.apache.camel.spi.LoadablePropertiesSource
The microprofile-config component is used for bridging the Eclipse MicroProfile Config with Camels properties component. This allows to use configuration management from MicroProfile with Camel.
-
-
Constructor Summary
Constructors Constructor Description CamelMicroProfilePropertiesSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getProperty(String name)
Properties
loadProperties()
Properties
loadProperties(Predicate<String> filter)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceorg.apache.camel.spi.PropertiesSource
-
getProperty
public String getProperty(String name)
- Specified by:
getProperty
in interfaceorg.apache.camel.spi.PropertiesSource
-
loadProperties
public Properties loadProperties()
- Specified by:
loadProperties
in interfaceorg.apache.camel.spi.LoadablePropertiesSource
-
loadProperties
public Properties loadProperties(Predicate<String> filter)
- Specified by:
loadProperties
in interfaceorg.apache.camel.spi.LoadablePropertiesSource
-
-