| Package | Description |
|---|---|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LoadablePropertiesSource
A source for properties that can be loaded all at once during initialization,
such as loading .properties files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesComponent.addPropertiesSource(PropertiesSource propertiesSource)
Adds a custom
PropertiesSource to use as source for loading and/or looking up property values. |
Apache Camel