public static interface SqlStoredComponentBuilderFactory.SqlStoredComponentBuilder extends ComponentBuilder<org.apache.camel.component.sql.stored.SqlStoredComponent>
| Modifier and Type | Method and Description |
|---|---|
default SqlStoredComponentBuilderFactory.SqlStoredComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default SqlStoredComponentBuilderFactory.SqlStoredComponentBuilder |
dataSource(DataSource dataSource)
Sets the DataSource to use to communicate with the database.
|
default SqlStoredComponentBuilderFactory.SqlStoredComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault SqlStoredComponentBuilderFactory.SqlStoredComponentBuilder dataSource(DataSource dataSource)
dataSource - the value to setdefault SqlStoredComponentBuilderFactory.SqlStoredComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault SqlStoredComponentBuilderFactory.SqlStoredComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel