Class DebeziumPostgresComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.debezium.springboot.DebeziumPostgresComponentAutoConfiguration

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

    • DebeziumPostgresComponentAutoConfiguration

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

    • configureDebeziumPostgresComponent

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