public static interface SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SqlStoredEndpointBuilderFactory.AdvancedSqlStoredEndpointBuilder |
advanced() |
default SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder |
batch(boolean batch)
Enables or disables batch mode.
|
default SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder |
batch(String batch)
Enables or disables batch mode.
|
default SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder |
dataSource(Object dataSource)
Sets the DataSource to use to communicate with the database.
|
default SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder |
dataSource(String dataSource)
Sets the DataSource to use to communicate with the database.
|
default SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder |
function(boolean function)
Whether this call is for a function.
|
default SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder |
function(String function)
Whether this call is for a function.
|
default SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder |
noop(boolean noop)
If set, will ignore the results of the template and use the existing
IN message as the OUT message for the continuation of processing.
|
default SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder |
noop(String noop)
If set, will ignore the results of the template and use the existing
IN message as the OUT message for the continuation of processing.
|
default SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder |
outputHeader(String outputHeader)
Store the template result in a header instead of the message body.
|
default SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder |
useMessageBodyForTemplate(boolean useMessageBodyForTemplate)
Whether to use the message body as the template and then headers for
parameters.
|
default SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder |
useMessageBodyForTemplate(String useMessageBodyForTemplate)
Whether to use the message body as the template and then headers for
parameters.
|
default SqlStoredEndpointBuilderFactory.AdvancedSqlStoredEndpointBuilder advanced()
default SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder batch(boolean batch)
batch - the value to setdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder batch(String batch)
batch - the value to setdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder dataSource(Object dataSource)
dataSource - the value to setdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder dataSource(String dataSource)
dataSource - the value to setdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder function(boolean function)
function - the value to setdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder function(String function)
function - the value to setdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder noop(boolean noop)
noop - the value to setdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder noop(String noop)
noop - the value to setdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder outputHeader(String outputHeader)
outputHeader - the value to setdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder useMessageBodyForTemplate(boolean useMessageBodyForTemplate)
useMessageBodyForTemplate - the value to setdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder useMessageBodyForTemplate(String useMessageBodyForTemplate)
useMessageBodyForTemplate - the value to setApache Camel