Package org.apache.camel
Interface DelegateEndpoint
-
- All Superinterfaces:
AutoCloseable,Endpoint,IsSingleton,Service
public interface DelegateEndpoint extends Endpoint
An interface to represent anEndpointwhich are delegated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointgetEndpoint()Gets the delegatedEndpoint.-
Methods inherited from interface org.apache.camel.Endpoint
configureExchange, configureProperties, createAsyncProducer, createConsumer, createExchange, createExchange, createPollingConsumer, createProducer, getCamelContext, getEndpointBaseUri, getEndpointKey, getEndpointUri, getExchangePattern, isLenientProperties, isSingletonProducer, setCamelContext
-
Methods inherited from interface org.apache.camel.IsSingleton
isSingleton
-
-