Class GuavaEventBusComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.guava.eventbus.springboot.GuavaEventBusComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.guava-eventbus") public class GuavaEventBusComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonSend and receive messages to/from Guava EventBus. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description GuavaEventBusComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()BooleangetBridgeErrorHandler()com.google.common.eventbus.EventBusgetEventBus()BooleangetLazyStartProducer()Class<Object>getListenerInterface()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetBridgeErrorHandler(Boolean bridgeErrorHandler)voidsetEventBus(com.google.common.eventbus.EventBus eventBus)voidsetLazyStartProducer(Boolean lazyStartProducer)voidsetListenerInterface(Class<Object> listenerInterface)
-
-
-
Method Detail
-
getEventBus
public com.google.common.eventbus.EventBus getEventBus()
-
setEventBus
public void setEventBus(com.google.common.eventbus.EventBus eventBus)
-
getBridgeErrorHandler
public Boolean getBridgeErrorHandler()
-
setBridgeErrorHandler
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
-