public interface EndpointProducerBuilder
EndpointConsumerBuilder
Modifier and Type | Method and Description |
---|---|
void |
doSetProperty(String name,
Object value)
Adds an option to this endpoint.
|
org.apache.camel.Expression |
expr()
Builds an expression of this endpoint url.
|
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 contextEndpoint
org.apache.camel.NoSuchEndpointException
- is thrown if the endpointString getUri()
void doSetProperty(String name, Object value)
org.apache.camel.Expression expr()
Apache Camel