Uses of Interface
org.apache.camel.builder.endpoint.dsl.SshEndpointBuilderFactory.SshEndpointConsumerBuilder
Packages that use SshEndpointBuilderFactory.SshEndpointConsumerBuilder
-
Uses of SshEndpointBuilderFactory.SshEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SshEndpointBuilderFactory.SshEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the SSH component.Methods in org.apache.camel.builder.endpoint.dsl that return SshEndpointBuilderFactory.SshEndpointConsumerBuilderModifier and TypeMethodDescriptionSshEndpointBuilderFactory.SshEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.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.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.SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.basic()SshEndpointBuilderFactory.SshEndpointConsumerBuilder.certResource(String certResource) Sets the resource path of the certificate to use for Authentication.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.certResourcePassword(String certResourcePassword) Sets the password to use in loading certResource, if certResource is an encrypted key.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.failOnUnknownHost(boolean failOnUnknownHost) Specifies whether a connection to an unknown host should fail or not.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.failOnUnknownHost(String failOnUnknownHost) Specifies whether a connection to an unknown host should fail or not.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.If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.keyPairProvider(String keyPairProvider) Sets the KeyPairProvider reference to use when connecting using Certificates to the remote SSH Server.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.keyPairProvider(org.apache.sshd.common.keyprovider.KeyPairProvider keyPairProvider) Sets the KeyPairProvider reference to use when connecting using Certificates to the remote SSH Server.Sets the key type to pass to the KeyPairProvider as part of authentication.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.knownHostsResource(String knownHostsResource) Sets the resource path for a known_hosts file.Sets the password to use in connecting to remote SSH server.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.pollCommand(String pollCommand) Sets the command string to send to the remote SSH server during every poll cycle.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.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.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.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.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.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.timeout(long timeout) Sets the timeout in milliseconds to wait in establishing the remote SSH server connection.Sets the timeout in milliseconds to wait in establishing the remote SSH server connection.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.SshEndpointBuilderFactory.SshEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.Sets the username to use in logging into the remote SSH server.