public static interface SqlComponentBuilderFactory.SqlComponentBuilder extends ComponentBuilder<org.apache.camel.component.sql.SqlComponent>
| Modifier and Type | Method and Description |
|---|---|
default SqlComponentBuilderFactory.SqlComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default SqlComponentBuilderFactory.SqlComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default SqlComponentBuilderFactory.SqlComponentBuilder |
dataSource(DataSource dataSource)
Sets the DataSource to use to communicate with the database.
|
default SqlComponentBuilderFactory.SqlComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SqlComponentBuilderFactory.SqlComponentBuilder |
usePlaceholder(boolean usePlaceholder)
Sets whether to use placeholder and replace all placeholder
characters with sign in the SQL queries.
|
build, build, doSetProperty, registerdefault SqlComponentBuilderFactory.SqlComponentBuilder dataSource(DataSource dataSource)
dataSource - the value to setdefault SqlComponentBuilderFactory.SqlComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault SqlComponentBuilderFactory.SqlComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault SqlComponentBuilderFactory.SqlComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault SqlComponentBuilderFactory.SqlComponentBuilder usePlaceholder(boolean usePlaceholder)
usePlaceholder - the value to setApache Camel