default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) |
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) |
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.basic() |
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.certResource(String certResource) |
Sets the resource path of the certificate to use for Authentication.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.certResourcePassword(String certResourcePassword) |
Sets the password to use in loading certResource, if certResource is
an encrypted key.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.delay(long delay) |
Milliseconds before the next poll.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.delay(String delay) |
Milliseconds before the next poll.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.failOnUnknownHost(boolean failOnUnknownHost) |
Specifies whether a connection to an unknown host should fail or not.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.failOnUnknownHost(String failOnUnknownHost) |
Specifies whether a connection to an unknown host should fail or not.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.greedy(boolean greedy) |
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.greedy(String greedy) |
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.initialDelay(long initialDelay) |
Milliseconds before the first poll starts.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.initialDelay(String initialDelay) |
Milliseconds before the first poll starts.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.keyPairProvider(Object keyPairProvider) |
Sets the KeyPairProvider reference to use when connecting using
Certificates to the remote SSH Server.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.keyPairProvider(String keyPairProvider) |
Sets the KeyPairProvider reference to use when connecting using
Certificates to the remote SSH Server.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.keyType(String keyType) |
Sets the key type to pass to the KeyPairProvider as part of
authentication.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.knownHostsResource(String knownHostsResource) |
Sets the resource path for a known_hosts file.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.password(String password) |
Sets the password to use in connecting to remote SSH server.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.pollCommand(String pollCommand) |
Sets the command string to send to the remote SSH server during every
poll cycle.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.repeatCount(long repeatCount) |
Specifies a maximum limit of number of fires.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.repeatCount(String repeatCount) |
Specifies a maximum limit of number of fires.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.scheduler(Object scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.scheduler(String scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.schedulerProperties(String key,
Object value) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.schedulerProperties(Map values) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.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 SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.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 SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.startScheduler(boolean startScheduler) |
Whether the scheduler should be auto started.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.startScheduler(String startScheduler) |
Whether the scheduler should be auto started.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.timeout(long timeout) |
Sets the timeout in milliseconds to wait in establishing the remote
SSH server connection.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.timeout(String timeout) |
Sets the timeout in milliseconds to wait in establishing the remote
SSH server connection.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.timeUnit(String timeUnit) |
Time unit for initialDelay and delay options.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.timeUnit(TimeUnit timeUnit) |
Time unit for initialDelay and delay options.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.username(String username) |
Sets the username to use in logging into the remote SSH server.
|