public static interface ElsqlComponentBuilderFactory.ElsqlComponentBuilder extends ComponentBuilder<org.apache.camel.component.elsql.ElsqlComponent>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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)
org.apache.camel.component.elsql.ElSqlDatabaseVendor
type.
Group: commondefault ElsqlComponentBuilderFactory.ElsqlComponentBuilder dataSource(DataSource dataSource)
javax.sql.DataSource type.
Group: commondefault ElsqlComponentBuilderFactory.ElsqlComponentBuilder resourceUri(String resourceUri)
java.lang.String type.
Group: commondefault ElsqlComponentBuilderFactory.ElsqlComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault ElsqlComponentBuilderFactory.ElsqlComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault ElsqlComponentBuilderFactory.ElsqlComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault ElsqlComponentBuilderFactory.ElsqlComponentBuilder elSqlConfig(com.opengamma.elsql.ElSqlConfig elSqlConfig)
com.opengamma.elsql.ElSqlConfig type.
Group: advancedApache Camel