Uses of Interface
org.apache.camel.builder.endpoint.dsl.SmbEndpointBuilderFactory.SmbEndpointBuilder
Packages that use SmbEndpointBuilderFactory.SmbEndpointBuilder
-
Uses of SmbEndpointBuilderFactory.SmbEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return SmbEndpointBuilderFactory.SmbEndpointBuilderModifier and TypeMethodDescriptionSMB (camel-smb) Receive files from SMB (Server Message Block) shares.SMB (camel-smb) Receive files from SMB (Server Message Block) shares. -
Uses of SmbEndpointBuilderFactory.SmbEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SmbEndpointBuilderFactory.SmbEndpointBuilderModifier and TypeMethodDescriptionSmbEndpointBuilderFactory.SmbEndpointBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.SmbEndpointBuilderFactory.SmbEndpointBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.SmbEndpointBuilderFactory.SmbEndpointBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.SmbEndpointBuilderFactory.SmbEndpointBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.SmbEndpointBuilderFactory.SmbEndpointBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.SmbEndpointBuilderFactory.SmbEndpointBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.SmbEndpointBuilderFactory.AdvancedSmbEndpointBuilder.basic()SmbEndpointBuilderFactory.SmbEndpointBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.The user domain.SmbEndpointBuilderFactory.endpointBuilder(String componentName, String path) SmbEndpointBuilderFactory.SmbEndpointBuilder.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.SmbEndpointBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.SmbEndpointBuilderFactory.SmbEndpointBuilder.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.SmbEndpointBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.SmbEndpointBuilderFactory.SmbEndpointBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.SmbEndpointBuilderFactory.SmbEndpointBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.SmbEndpointBuilderFactory.SmbEndpointBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.SmbEndpointBuilderFactory.SmbEndpointBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.SmbEndpointBuilderFactory.SmbEndpointBuilder.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.SmbEndpointBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.SmbEndpointBuilderFactory.SmbEndpointBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.SmbEndpointBuilderFactory.SmbEndpointBuilder.searchPattern(String searchPattern) The search pattern used to list the files.SmbEndpointBuilderFactory.SmbEndpointBuilder.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.SmbEndpointBuilder.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.SMB (camel-smb) Receive files from SMB (Server Message Block) shares.SMB (camel-smb) Receive files from SMB (Server Message Block) shares.SmbEndpointBuilderFactory.SmbEndpointBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.SmbEndpointBuilderFactory.SmbEndpointBuilder.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.SmbEndpointBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.SmbEndpointBuilderFactory.SmbEndpointBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.The username required to access the share.