public static interface JdbcComponentBuilderFactory.JdbcComponentBuilder extends ComponentBuilder<org.apache.camel.component.jdbc.JdbcComponent>
| Modifier and Type | Method and Description |
|---|---|
default JdbcComponentBuilderFactory.JdbcComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default JdbcComponentBuilderFactory.JdbcComponentBuilder |
dataSource(DataSource dataSource)
To use the DataSource instance instead of looking up the data source
by name from the registry.
|
default JdbcComponentBuilderFactory.JdbcComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault JdbcComponentBuilderFactory.JdbcComponentBuilder dataSource(DataSource dataSource)
dataSource - the value to setdefault JdbcComponentBuilderFactory.JdbcComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault JdbcComponentBuilderFactory.JdbcComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel