Uses of Interface
org.apache.camel.builder.endpoint.dsl.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder
Packages that use SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder
-
Uses of SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the SMB component.Methods in org.apache.camel.builder.endpoint.dsl that return SmbEndpointBuilderFactory.SmbEndpointConsumerBuilderModifier and TypeMethodDescriptionSmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.SmbEndpointBuilderFactory.AdvancedSmbEndpointConsumerBuilder.basic()SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.The user domain.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.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.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.The password to access the share.The path, within the share, to consume the files from.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.recursive(boolean recursive) If a directory, will look for files in all the sub-directories as well.If a directory, will look for files in all the sub-directories as well.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.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.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.searchPattern(String searchPattern) The search pattern used to list the files.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.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.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.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.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.The username required to access the share.