Class ControlBusComponentAutoConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @Configuration(proxyBeanMethods=false)
    @Conditional({org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.controlbus.springboot.ControlBusComponentAutoConfiguration.GroupConditions.class})
    @AutoConfigureAfter(org.apache.camel.spring.boot.CamelAutoConfiguration.class)
    @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,ControlBusComponentConfiguration.class})
    public class ControlBusComponentAutoConfiguration
    extends Object
    Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • ControlBusComponentAutoConfiguration

        public ControlBusComponentAutoConfiguration()
    • Method Detail

      • configureControlBusComponent

        @Lazy
        @Bean(name="controlbus-component")
        @ConditionalOnMissingBean(org.apache.camel.component.controlbus.ControlBusComponent.class)
        public org.apache.camel.component.controlbus.ControlBusComponent configureControlBusComponent()
                                                                                               throws Exception
        Throws:
        Exception