public static interface SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder |
basic() |
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
channelType(String channelType)
Sets the channel type to pass to the Channel as part of command
execution.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
pollStrategy(String pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
shellPrompt(String shellPrompt)
Sets the shellPrompt to be dropped when response is read after
command execution.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
sleepForShellPrompt(long sleepForShellPrompt)
Sets the sleep period in milliseconds to wait reading response from
shell prompt.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
sleepForShellPrompt(String sleepForShellPrompt)
Sets the sleep period in milliseconds to wait reading response from
shell prompt.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SshEndpointBuilderFactory.SshEndpointConsumerBuilder basic()
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
pollStrategy - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder pollStrategy(String pollStrategy)
pollStrategy - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder channelType(String channelType)
channelType - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder shellPrompt(String shellPrompt)
shellPrompt - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder sleepForShellPrompt(long sleepForShellPrompt)
sleepForShellPrompt - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder sleepForShellPrompt(String sleepForShellPrompt)
sleepForShellPrompt - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel