@Configuration @EnableConfigurationProperties(value=SshComponentConfiguration.class) public class SshComponentAutoConfiguration extends Object
Constructor and Description |
---|
SshComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.ssh.SshComponent |
configureSshComponent(org.apache.camel.CamelContext camelContext,
SshComponentConfiguration configuration) |
@Bean(name="ssh-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.ssh.SshComponent.class) public org.apache.camel.component.ssh.SshComponent configureSshComponent(org.apache.camel.CamelContext camelContext, SshComponentConfiguration configuration) throws Exception
Exception
Apache Camel