Class EventComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.event.springboot.EventComponentAutoConfiguration

@Configuration(proxyBeanMethods=false) @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class) @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,EventComponentConfiguration.class}) @ConditionalOnHierarchicalProperties({"camel.component","camel.component.spring-event"}) @AutoConfigureAfter(org.apache.camel.spring.boot.CamelAutoConfiguration.class) public class EventComponentAutoConfiguration extends Object
Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • EventComponentAutoConfiguration

      public EventComponentAutoConfiguration(org.apache.camel.CamelContext camelContext)
  • Method Details

    • configureEventComponent

      @Lazy @Bean public org.apache.camel.spi.ComponentCustomizer configureEventComponent()