Uses of Interface
org.apache.camel.builder.component.dsl.JooqComponentBuilderFactory.JooqComponentBuilder
Packages that use JooqComponentBuilderFactory.JooqComponentBuilder
-
Uses of JooqComponentBuilderFactory.JooqComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return JooqComponentBuilderFactory.JooqComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.jooq()JOOQ (camel-jooq) Store and retrieve Java objects from an SQL database using JOOQ. -
Uses of JooqComponentBuilderFactory.JooqComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement JooqComponentBuilderFactory.JooqComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return JooqComponentBuilderFactory.JooqComponentBuilderModifier and TypeMethodDescriptionJooqComponentBuilderFactory.JooqComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.JooqComponentBuilderFactory.JooqComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.JooqComponentBuilderFactory.JooqComponentBuilder.configuration(org.apache.camel.component.jooq.JooqConfiguration configuration) Component configuration (database connection, database entity type, etc.).JooqComponentBuilderFactory.JooqComponentBuilder.consumeDelete(boolean consumeDelete) Delete entity after it is consumed.JooqComponentBuilderFactory.JooqComponentBuilder.databaseConfiguration(org.jooq.Configuration databaseConfiguration) To use a specific database configuration.JooqComponentBuilderFactory.JooqComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.JooqComponentBuilderFactory.JooqComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.JooqComponentBuilderFactory.jooq()JOOQ (camel-jooq) Store and retrieve Java objects from an SQL database using JOOQ.JooqComponentBuilderFactory.JooqComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).JooqComponentBuilderFactory.JooqComponentBuilder.operation(org.apache.camel.component.jooq.JooqOperation operation) Type of operation to execute on query.To execute plain SQL query.