@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @Configuration(proxyBeanMethods=false) @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.guava.eventbus.springboot.GuavaEventBusComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,GuavaEventBusComponentConfiguration.class}) public class GuavaEventBusComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
GuavaEventBusComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.guava.eventbus.GuavaEventBusComponent |
configureGuavaEventBusComponent() |
public GuavaEventBusComponentAutoConfiguration()
@Lazy
@Bean(name="guava-eventbus-component")
@ConditionalOnMissingBean(value=org.apache.camel.component.guava.eventbus.GuavaEventBusComponent.class)
public org.apache.camel.component.guava.eventbus.GuavaEventBusComponent configureGuavaEventBusComponent()
throws Exception
ExceptionApache Camel