Uses of Interface
org.apache.camel.builder.endpoint.dsl.SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder
Packages that use SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder
-
Uses of SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the SSH component.Methods in org.apache.camel.builder.endpoint.dsl that return SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilderModifier and TypeMethodDescriptionSshEndpointBuilderFactory.SshEndpointProducerBuilder.advanced()SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.channelType(String channelType) Sets the channel type to pass to the Channel as part of command execution.SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.shellPrompt(String shellPrompt) Sets the shellPrompt to be dropped when response is read after command execution.SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.sleepForShellPrompt(long sleepForShellPrompt) Sets the sleep period in milliseconds to wait reading response from shell prompt.SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.sleepForShellPrompt(String sleepForShellPrompt) Sets the sleep period in milliseconds to wait reading response from shell prompt.