@Deprecated public interface EndpointPropertyConfigurer extends PropertyConfigurer
Endpoint
which allows fast configurations without using Java reflection.Modifier and Type | Method and Description |
---|---|
void |
configure(Object endpoint,
CamelContext camelContext)
Deprecated.
Configures the endpoint.
|
void configure(Object endpoint, CamelContext camelContext)
endpoint
- the endpointcamelContext
- the camel contextApache Camel