Package | Description |
---|---|
org.apache.camel |
The core Camel API.
|
org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
Modifier and Type | Method and Description |
---|---|
default PropertyConfigurer |
Component.getComponentPropertyConfigurer()
Gets the component
PropertyConfigurer . |
default PropertyConfigurer |
Component.getEndpointPropertyConfigurer()
Gets the endpoint
PropertyConfigurer . |
Modifier and Type | Interface and Description |
---|---|
interface |
GeneratedPropertyConfigurer
A auto generated
PropertyConfigurer for fast configuration of Camel components & endpoints. |
Modifier and Type | Method and Description |
---|---|
PropertyConfigurer |
PropertyConfigurerAware.getPropertyConfigurer(Object instance)
Gets the configurer.
|
PropertyConfigurer |
ConfigurerResolver.resolvePropertyConfigurer(String name,
CamelContext context)
Resolves the given configurer.
|
Apache Camel