public interface EndpointConsumerBuilder
EndpointProducerBuilder| Modifier and Type | Method and Description |
|---|---|
void |
doSetProperty(String name,
Object value)
Adds an option to this endpoint.
|
String |
getUri()
Builds the url of this endpoint.
|
org.apache.camel.Endpoint |
resolve(org.apache.camel.CamelContext context)
Builds and resolves this endpoint DSL as an endpoint.
|
org.apache.camel.Endpoint resolve(org.apache.camel.CamelContext context) throws org.apache.camel.NoSuchEndpointException
context - the camel contextEndpointorg.apache.camel.NoSuchEndpointException - is thrown if the endpointString getUri()
void doSetProperty(String name, Object value)
Apache Camel