Uses of Interface
org.apache.camel.builder.endpoint.dsl.SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder
Packages that use SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder
-
Uses of SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder 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.AdvancedSshEndpointConsumerBuilderModifier and TypeMethodDescriptionSshEndpointBuilderFactory.SshEndpointConsumerBuilder.advanced()SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.channelType(String channelType) Sets the channel type to pass to the Channel as part of command execution.SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.clientBuilder(String clientBuilder) Instance of ClientBuilder used by the producer or consumer to create a new SshClient.SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.clientBuilder(org.apache.sshd.client.ClientBuilder clientBuilder) Instance of ClientBuilder used by the producer or consumer to create a new SshClient.SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.compressions(String compressions) Whether to use compression, and if so which.SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.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.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.SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.shellPrompt(String shellPrompt) Sets the shellPrompt to be dropped when response is read after command execution.SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.sleepForShellPrompt(long sleepForShellPrompt) Sets the sleep period in milliseconds to wait reading response from shell prompt.SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder.sleepForShellPrompt(String sleepForShellPrompt) Sets the sleep period in milliseconds to wait reading response from shell prompt.