public static interface ElsqlComponentBuilderFactory.ElsqlComponentBuilder extends ComponentBuilder<org.apache.camel.component.elsql.ElsqlComponent>
| Modifier and Type | Method and Description |
|---|---|
default ElsqlComponentBuilderFactory.ElsqlComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default ElsqlComponentBuilderFactory.ElsqlComponentBuilder |
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 ElsqlComponentBuilderFactory.ElsqlComponentBuilder |
databaseVendor(org.apache.camel.component.elsql.ElSqlDatabaseVendor databaseVendor)
To use a vendor specific com.opengamma.elsql.ElSqlConfig.
|
default ElsqlComponentBuilderFactory.ElsqlComponentBuilder |
dataSource(DataSource dataSource)
Sets the DataSource to use to communicate with the database.
|
default ElsqlComponentBuilderFactory.ElsqlComponentBuilder |
elSqlConfig(com.opengamma.elsql.ElSqlConfig elSqlConfig)
To use a specific configured ElSqlConfig.
|
default ElsqlComponentBuilderFactory.ElsqlComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ElsqlComponentBuilderFactory.ElsqlComponentBuilder |
resourceUri(String resourceUri)
The resource file which contains the elsql SQL statements to use.
|
build, build, doSetProperty, registerdefault ElsqlComponentBuilderFactory.ElsqlComponentBuilder databaseVendor(org.apache.camel.component.elsql.ElSqlDatabaseVendor databaseVendor)
databaseVendor - the value to setdefault ElsqlComponentBuilderFactory.ElsqlComponentBuilder dataSource(DataSource dataSource)
dataSource - the value to setdefault ElsqlComponentBuilderFactory.ElsqlComponentBuilder resourceUri(String resourceUri)
resourceUri - the value to setdefault ElsqlComponentBuilderFactory.ElsqlComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault ElsqlComponentBuilderFactory.ElsqlComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault ElsqlComponentBuilderFactory.ElsqlComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault ElsqlComponentBuilderFactory.ElsqlComponentBuilder elSqlConfig(com.opengamma.elsql.ElSqlConfig elSqlConfig)
elSqlConfig - the value to setApache Camel