Uses of Interface
org.apache.camel.builder.endpoint.dsl.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder
Packages that use FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder
-
Uses of FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Flatpack component.Methods in org.apache.camel.builder.endpoint.dsl that return FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilderModifier and TypeMethodDescriptionFlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.allowShortLines(boolean allowShortLines) Allows for lines to be shorter than expected and ignores the extra characters.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.allowShortLines(String allowShortLines) Allows for lines to be shorter than expected and ignores the extra characters.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.FlatpackEndpointBuilderFactory.AdvancedFlatpackEndpointConsumerBuilder.basic()FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.delimiter(char delimiter) The default character delimiter for delimited files.The default character delimiter for delimited files.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.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.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.ignoreExtraColumns(boolean ignoreExtraColumns) Allows for lines to be longer than expected and ignores the extra characters.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.ignoreExtraColumns(String ignoreExtraColumns) Allows for lines to be longer than expected and ignores the extra characters.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.ignoreFirstRecord(boolean ignoreFirstRecord) Whether the first line is ignored for delimited files (for the column headers).FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.ignoreFirstRecord(String ignoreFirstRecord) Whether the first line is ignored for delimited files (for the column headers).FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.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.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.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.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.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.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.splitRows(boolean splitRows) Sets the Component to send each row as a separate exchange once parsed.Sets the Component to send each row as a separate exchange once parsed.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.textQualifier(char textQualifier) The text qualifier for delimited files.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.textQualifier(String textQualifier) The text qualifier for delimited files.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.