@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @ConditionalOnBean(type="org.apache.camel.spring.boot.CamelAutoConfiguration") public class GitComponentAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GitComponentAutoConfiguration.Condition |
| Constructor and Description |
|---|
GitComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.git.GitComponent |
configureGitComponent(org.apache.camel.CamelContext camelContext) |
@Lazy
@Bean(name="git-component")
@ConditionalOnClass(value=org.apache.camel.CamelContext.class)
@ConditionalOnMissingBean(value=org.apache.camel.component.git.GitComponent.class)
public org.apache.camel.component.git.GitComponent configureGitComponent(org.apache.camel.CamelContext camelContext)
throws Exception
ExceptionApache Camel