类 KafkaSpecialProducerConsumerConfigExample.CustomKafkaBeans
- java.lang.Object
- org.springframework.boot.kafka.KafkaSpecialProducerConsumerConfigExample.CustomKafkaBeans
@Configuration public static class KafkaSpecialProducerConsumerConfigExample.CustomKafkaBeans extends Object
构造器概要
构造器 构造器 说明 CustomKafkaBeans()
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.springframework.kafka.core.ConsumerFactory<?,?>
kafkaConsumerFactory(org.springframework.boot.autoconfigure.kafka.KafkaProperties properties)
Customized ConsumerFactory bean.org.springframework.kafka.core.ProducerFactory<?,?>
kafkaProducerFactory(org.springframework.boot.autoconfigure.kafka.KafkaProperties properties)
Customized ProducerFactory bean.
构造器详细资料
CustomKafkaBeans
public CustomKafkaBeans()
方法详细资料
kafkaProducerFactory
@Bean public org.springframework.kafka.core.ProducerFactory<?,?> kafkaProducerFactory(org.springframework.boot.autoconfigure.kafka.KafkaProperties properties)
Customized ProducerFactory bean.- 参数:
properties
- the kafka properties.- 返回:
- the bean.
kafkaConsumerFactory
@Bean public org.springframework.kafka.core.ConsumerFactory<?,?> kafkaConsumerFactory(org.springframework.boot.autoconfigure.kafka.KafkaProperties properties)
Customized ConsumerFactory bean.- 参数:
properties
- the kafka properties.- 返回:
- the bean.