public static interface SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SshEndpointBuilderFactory.SshEndpointProducerBuilder |
basic() |
default SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder |
channelType(String channelType)
Sets the channel type to pass to the Channel as part of command
execution.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder |
shellPrompt(String shellPrompt)
Sets the shellPrompt to be dropped when response is read after
command execution.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder |
sleepForShellPrompt(long sleepForShellPrompt)
Sets the sleep period in milliseconds to wait reading response from
shell prompt.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder |
sleepForShellPrompt(String sleepForShellPrompt)
Sets the sleep period in milliseconds to wait reading response from
shell prompt.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SshEndpointBuilderFactory.SshEndpointProducerBuilder basic()
default SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder channelType(String channelType)
channelType - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder shellPrompt(String shellPrompt)
shellPrompt - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder sleepForShellPrompt(long sleepForShellPrompt)
sleepForShellPrompt - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder sleepForShellPrompt(String sleepForShellPrompt)
sleepForShellPrompt - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel