Class EventbridgeComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.aws2.eventbridge.springboot.EventbridgeComponentAutoConfiguration

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

    • EventbridgeComponentAutoConfiguration

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

    • configureEventbridgeComponent

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