Uses of Interface
org.apache.camel.builder.endpoint.dsl.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder
Packages that use IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder
-
Uses of IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the IronMQ component.Methods in org.apache.camel.builder.endpoint.dsl that return IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilderModifier and TypeMethodDescriptionIronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.IronMQEndpointBuilderFactory.AdvancedIronMQEndpointConsumerBuilder.basic()IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.batchDelete(boolean batchDelete) Should messages be deleted in one batch.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.batchDelete(String batchDelete) Should messages be deleted in one batch.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.client(io.iron.ironmq.Client client) Reference to a io.iron.ironmq.Client in the Registry.Reference to a io.iron.ironmq.Client in the Registry.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.concurrentConsumers(int concurrentConsumers) The number of concurrent consumers.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.concurrentConsumers(String concurrentConsumers) The number of concurrent consumers.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.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.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.ironMQCloud(String ironMQCloud) IronMq Cloud url.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.maxMessagesPerPoll(int maxMessagesPerPoll) Number of messages to poll pr.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.maxMessagesPerPoll(String maxMessagesPerPoll) Number of messages to poll pr.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.preserveHeaders(boolean preserveHeaders) Should message headers be preserved when publishing messages.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.preserveHeaders(String preserveHeaders) Should message headers be preserved when publishing messages.IronMQ projectId.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.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.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.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.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.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.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.timeout(int timeout) After timeout (in seconds), item will be placed back onto the queue.After timeout (in seconds), item will be placed back onto the queue.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.IronMQ token.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.IronMQEndpointBuilderFactory.IronMQEndpointConsumerBuilder.wait(int wait) Time in seconds to wait for a message to become available.Time in seconds to wait for a message to become available.