Class KafkaCustomComponentConfiguration
java.lang.Object
org.qubership.integration.platform.engine.configuration.camel.kafkacustom.KafkaCustomComponentConfiguration
@Configuration
@EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,org.apache.camel.component.kafka.springboot.KafkaComponentConfiguration.class})
@ConditionalOnHierarchicalProperties({"camel.component","camel.component.kafka"})
public class KafkaCustomComponentConfiguration
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionKafkaCustomComponentConfiguration(org.apache.camel.component.kafka.springboot.KafkaComponentConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.spi.ComponentCustomizer
-
Constructor Details
-
KafkaCustomComponentConfiguration
@Autowired public KafkaCustomComponentConfiguration(org.apache.camel.component.kafka.springboot.KafkaComponentConfiguration configuration)
-
-
Method Details
-
kafkaCustomComponentCustomizer
@Bean public org.apache.camel.spi.ComponentCustomizer kafkaCustomComponentCustomizer()
-