Class GuavaEventBusComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @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 Detail

      • GuavaEventBusComponentConfiguration

        public GuavaEventBusComponentConfiguration()
    • 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)
      • 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)