default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.backoffErrorThreshold(int backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.backoffErrorThreshold(String backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.backoffIdleThreshold(int backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.backoffIdleThreshold(String backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
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.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
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.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.AdvancedSmbEndpointBuilder.basic() |
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.delay(long delay) |
Milliseconds before the next poll.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.delay(String delay) |
Milliseconds before the next poll.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.domain(String domain) |
The user domain.
|
static SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
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.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.greedy(String greedy) |
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.initialDelay(long initialDelay) |
Milliseconds before the first poll starts.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.initialDelay(String initialDelay) |
Milliseconds before the first poll starts.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.password(String password) |
The password to access the share.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.path(String path) |
The path, within the share, to consume the files from.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.repeatCount(long repeatCount) |
Specifies a maximum limit of number of fires.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.repeatCount(String repeatCount) |
Specifies a maximum limit of number of fires.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.runLoggingLevel(String runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.scheduledExecutorService(String scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.scheduler(Object scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.scheduler(String scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.schedulerProperties(String key,
Object value) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.schedulerProperties(Map values) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.searchPattern(String searchPattern) |
The search pattern used to list the files.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
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.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
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.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbBuilders.smb(String path) |
SMB (camel-smb)
Receive files from SMB (Server Message Block) shares.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbBuilders.smb(String componentName,
String path) |
SMB (camel-smb)
Receive files from SMB (Server Message Block) shares.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.startScheduler(boolean startScheduler) |
Whether the scheduler should be auto started.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.startScheduler(String startScheduler) |
Whether the scheduler should be auto started.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.timeUnit(String timeUnit) |
Time unit for initialDelay and delay options.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.timeUnit(TimeUnit timeUnit) |
Time unit for initialDelay and delay options.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.useFixedDelay(boolean useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.useFixedDelay(String useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|
default SmbEndpointBuilderFactory.SmbEndpointBuilder |
SmbEndpointBuilderFactory.SmbEndpointBuilder.username(String username) |
The username required to access the share.
|