public static interface SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SshEndpointBuilderFactory.SshEndpointProducerBuilder |
basic() |
default SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
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 basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder channelType(String channelType)
java.lang.String type.
Default: exec
Group: advanceddefault SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder shellPrompt(String shellPrompt)
java.lang.String type.
Group: advanceddefault SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder sleepForShellPrompt(long sleepForShellPrompt)
long type.
Default: 100
Group: advanceddefault SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder sleepForShellPrompt(String sleepForShellPrompt)
long type.
Default: 100
Group: advanceddefault SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advanceddefault SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedApache Camel