Interface DelegateEndpoint
- All Superinterfaces:
AutoCloseable, ComponentAware, Endpoint, IsSingleton, Service
An
Endpoint that delegates all operations to another underlying Endpoint, following the
Decorator pattern.
Implementations use this interface to wrap an existing endpoint to modify, intercept, or enrich its behaviour without
changing the endpoint URI visible to the rest of the routing engine.- See Also:
-
Method Summary
Methods inherited from interface ComponentAware
getComponent, getComponent, setComponentMethods inherited from interface Endpoint
configureExchange, configureProperties, createAsyncProducer, createConsumer, createExchange, createExchange, createPollingConsumer, createProducer, getCamelContext, getEndpointBaseUri, getEndpointKey, getEndpointUri, getExchangePattern, isLenientProperties, isRemote, isSingletonProducer, setCamelContextMethods inherited from interface IsSingleton
isSingleton
-
Method Details
-
getEndpoint
-