Uses of Interface
org.springframework.cloud.stream.binder.kafka.config.ClientFactoryCustomizer
Packages that use ClientFactoryCustomizer
Package
Description
-
Uses of ClientFactoryCustomizer in org.springframework.cloud.stream.binder.kafka
Methods in org.springframework.cloud.stream.binder.kafka with parameters of type ClientFactoryCustomizerModifier and TypeMethodDescriptionvoidKafkaMessageChannelBinder.addClientFactoryCustomizer(ClientFactoryCustomizer customizer) voidKafkaMessageChannelBinder.setClientFactoryCustomizer(ClientFactoryCustomizer customizer) Deprecated. -
Uses of ClientFactoryCustomizer in org.springframework.cloud.stream.binder.kafka.config
Methods in org.springframework.cloud.stream.binder.kafka.config that return ClientFactoryCustomizerModifier and TypeMethodDescriptionKafkaBinderConfiguration.KafkaBinderMetricsConfiguration.KafkaMicrometer.binderClientFactoryCustomizer(io.micrometer.core.instrument.MeterRegistry meterRegistry) KafkaBinderConfiguration.KafkaBinderMetricsConfigurationWithMultiBinder.KafkaMicrometer.binderClientFactoryCustomizer(org.springframework.context.ConfigurableApplicationContext context)
KafkaMessageChannelBinder.addClientFactoryCustomizer(ClientFactoryCustomizer).