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!
  • 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

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getListenerInterface

      public Class<Object> getListenerInterface()
    • setListenerInterface

      public void setListenerInterface(Class<Object> listenerInterface)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)