Class GuavaEventBusComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.guava.eventbus.springboot.GuavaEventBusComponentConfiguration
@ConfigurationProperties(prefix="camel.component.guava-eventbus")
public class GuavaEventBusComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Send and receive messages to/from Guava EventBus.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.eventbus.EventBusvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetEventBus(com.google.common.eventbus.EventBus eventBus) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetListenerInterface(Class<Object> listenerInterface) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
GuavaEventBusComponentConfiguration
public GuavaEventBusComponentConfiguration()
-
-
Method Details
-
getEventBus
public com.google.common.eventbus.EventBus getEventBus() -
setEventBus
public void setEventBus(com.google.common.eventbus.EventBus eventBus) -
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getListenerInterface
-
setListenerInterface
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-