@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @Configuration(proxyBeanMethods=false) @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.debezium.springboot.DebeziumPostgresComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,DebeziumPostgresComponentConfiguration.class}) public class DebeziumPostgresComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
DebeziumPostgresComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.debezium.DebeziumPostgresComponent |
configureDebeziumPostgresComponent() |
public DebeziumPostgresComponentAutoConfiguration()
@Lazy
@Bean(name="debezium-postgres-component")
@ConditionalOnMissingBean(value=org.apache.camel.component.debezium.DebeziumPostgresComponent.class)
public org.apache.camel.component.debezium.DebeziumPostgresComponent configureDebeziumPostgresComponent()
throws Exception
ExceptionApache Camel