@Configuration @EnableConfigurationProperties(value=GuavaEventBusComponentConfiguration.class) @Conditional(value=GuavaEventBusComponentAutoConfiguration.Condition.class) public class GuavaEventBusComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GuavaEventBusComponentAutoConfiguration.Condition |
Constructor and Description |
---|
GuavaEventBusComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.guava.eventbus.GuavaEventBusComponent |
configureGuavaEventBusComponent(org.apache.camel.CamelContext camelContext,
GuavaEventBusComponentConfiguration configuration) |
public GuavaEventBusComponentAutoConfiguration()
@Lazy @Bean(name="guava-eventbus-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.guava.eventbus.GuavaEventBusComponent.class) public org.apache.camel.component.guava.eventbus.GuavaEventBusComponent configureGuavaEventBusComponent(org.apache.camel.CamelContext camelContext, GuavaEventBusComponentConfiguration configuration) throws Exception
Exception
Apache Camel