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