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)
boolean type.
Default: false
Group: producerdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder batch(String batch)
boolean type.
Default: false
Group: producerdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder dataSource(Object dataSource)
javax.sql.DataSource type.
Group: producerdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder dataSource(String dataSource)
javax.sql.DataSource
type.
Group: producerdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder function(boolean function)
boolean type.
Default: false
Group: producerdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder function(String function)
boolean type.
Default: false
Group: producerdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder noop(boolean noop)
boolean type.
Default: false
Group: producerdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder noop(String noop)
boolean type.
Default: false
Group: producerdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder outputHeader(String outputHeader)
java.lang.String type.
Group: producerdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder useMessageBodyForTemplate(boolean useMessageBodyForTemplate)
boolean type.
Default: false
Group: producerdefault SqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder useMessageBodyForTemplate(String useMessageBodyForTemplate)
boolean type.
Default: false
Group: producerApache Camel