@Configuration @EnableConfigurationProperties(value=SshComponentConfiguration.class) public class SshComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SshComponentAutoConfiguration.Condition |
Constructor and Description |
---|
SshComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.ssh.SshComponent |
configureSshComponent(org.apache.camel.CamelContext camelContext,
SshComponentConfiguration configuration) |
@Lazy @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