public static interface JooqComponentBuilderFactory.JooqComponentBuilder extends ComponentBuilder<org.apache.camel.component.jooq.JooqComponent>
| Modifier and Type | Method and Description |
|---|---|
default JooqComponentBuilderFactory.JooqComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default JooqComponentBuilderFactory.JooqComponentBuilder |
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 JooqComponentBuilderFactory.JooqComponentBuilder |
configuration(org.apache.camel.component.jooq.JooqConfiguration configuration)
Component configuration (database connection, database entity type,
etc.).
|
default JooqComponentBuilderFactory.JooqComponentBuilder |
consumeDelete(boolean consumeDelete)
Delete entity after it is consumed.
|
default JooqComponentBuilderFactory.JooqComponentBuilder |
databaseConfiguration(org.jooq.Configuration databaseConfiguration)
To use a specific database configuration.
|
default JooqComponentBuilderFactory.JooqComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JooqComponentBuilderFactory.JooqComponentBuilder |
operation(org.apache.camel.component.jooq.JooqOperation operation)
Type of operation to execute on query.
|
default JooqComponentBuilderFactory.JooqComponentBuilder |
query(String query)
To execute plain SQL query.
|
build, build, doSetProperty, registerdefault JooqComponentBuilderFactory.JooqComponentBuilder configuration(org.apache.camel.component.jooq.JooqConfiguration configuration)
configuration - the value to setdefault JooqComponentBuilderFactory.JooqComponentBuilder databaseConfiguration(org.jooq.Configuration databaseConfiguration)
databaseConfiguration - the value to setdefault JooqComponentBuilderFactory.JooqComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault JooqComponentBuilderFactory.JooqComponentBuilder consumeDelete(boolean consumeDelete)
consumeDelete - the value to setdefault JooqComponentBuilderFactory.JooqComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault JooqComponentBuilderFactory.JooqComponentBuilder operation(org.apache.camel.component.jooq.JooqOperation operation)
operation - the value to setdefault JooqComponentBuilderFactory.JooqComponentBuilder query(String query)
query - the value to setdefault JooqComponentBuilderFactory.JooqComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel