Uses of Interface
org.apache.camel.builder.endpoint.dsl.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder
Packages that use JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder
-
Uses of JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the JOOQ component.Methods in org.apache.camel.builder.endpoint.dsl that return JooqEndpointBuilderFactory.JooqEndpointConsumerBuilderModifier and TypeMethodDescriptionJooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.JooqEndpointBuilderFactory.AdvancedJooqEndpointConsumerBuilder.basic()JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.consumeDelete(boolean consumeDelete) Delete entity after it is consumed.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.consumeDelete(String consumeDelete) Delete entity after it is consumed.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.databaseConfiguration(String databaseConfiguration) To use a specific database configuration.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.databaseConfiguration(org.jooq.Configuration databaseConfiguration) To use a specific database configuration.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.greedy(boolean greedy) If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.To use a cron scheduler from either camel-spring or camel-quartz component.To use a cron scheduler from either camel-spring or camel-quartz component.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.