| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ElsqlComponentBuilderFactory.ElsqlComponentBuilder |
ComponentsBuilderFactory.elsql()
ElSQL (camel-elsql)
The elsql component is an extension to the existing SQL Component that
uses ElSql to define the SQL queries.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ElsqlComponentBuilderFactory.ElsqlComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default ElsqlComponentBuilderFactory.ElsqlComponentBuilder |
ElsqlComponentBuilderFactory.ElsqlComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
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)
The elsql component is an extension to the existing SQL Component that
uses ElSql to define the 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.
|
Apache Camel