| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SshEndpointBuilderFactory.AdvancedSshEndpointBuilder
Advanced builder for endpoint for the SSH component.
|
| Modifier and Type | Method and Description |
|---|---|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder.advanced() |
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.channelType(String channelType)
Sets the channel type to pass to the Channel as part of command
execution.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
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 |
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 |
SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.shellPrompt(String shellPrompt)
Sets the shellPrompt to be dropped when response is read after
command execution.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.sleepForShellPrompt(long sleepForShellPrompt)
Sets the sleep period in milliseconds to wait reading response from
shell prompt.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder |
SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.sleepForShellPrompt(String sleepForShellPrompt)
Sets the sleep period in milliseconds to wait reading response from
shell prompt.
|
Apache Camel