default ElsqlComponentBuilderFactory.ElsqlComponentBuilder |
ElsqlComponentBuilderFactory.ElsqlComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default ElsqlComponentBuilderFactory.ElsqlComponentBuilder |
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 |
ElsqlComponentBuilderFactory.ElsqlComponentBuilder.databaseVendor(org.apache.camel.component.elsql.ElSqlDatabaseVendor databaseVendor) |
To use a vendor specific com.opengamma.elsql.ElSqlConfig.
|
default ElsqlComponentBuilderFactory.ElsqlComponentBuilder |
ElsqlComponentBuilderFactory.ElsqlComponentBuilder.dataSource(DataSource dataSource) |
Sets the DataSource to use to communicate with the database.
|
static ElsqlComponentBuilderFactory.ElsqlComponentBuilder |
ElsqlComponentBuilderFactory.elsql() |
ElSQL (camel-elsql)
Use ElSql to define SQL queries.
|
default ElsqlComponentBuilderFactory.ElsqlComponentBuilder |
ElsqlComponentBuilderFactory.ElsqlComponentBuilder.elSqlConfig(com.opengamma.elsql.ElSqlConfig elSqlConfig) |
To use a specific configured ElSqlConfig.
|
default ElsqlComponentBuilderFactory.ElsqlComponentBuilder |
ElsqlComponentBuilderFactory.ElsqlComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default ElsqlComponentBuilderFactory.ElsqlComponentBuilder |
ElsqlComponentBuilderFactory.ElsqlComponentBuilder.resourceUri(String resourceUri) |
The resource file which contains the elsql SQL statements to use.
|