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