Class KafkaExtendedBindingProperties

All Implemented Interfaces:
org.springframework.beans.factory.Aware, ExtendedBindingProperties<KafkaConsumerProperties,KafkaProducerProperties>, org.springframework.context.ApplicationContextAware

@ConfigurationProperties("spring.cloud.stream.kafka") public class KafkaExtendedBindingProperties extends AbstractExtendedBindingProperties<KafkaConsumerProperties,KafkaProducerProperties,KafkaBindingProperties>
Kafka specific extended binding properties class that extends from AbstractExtendedBindingProperties.
Author:
Marius Bogoevici, Gary Russell, Soby Chacko, Oleg Zhurakousky