Interface ConsumerConfigCustomizer

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ConsumerConfigCustomizer
This customizer is called by the binder to customize consumer configuration in Kafka Consumer factory.
Since:
3.0.9
Author:
Soby Chacko
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(Map<String,Object> consumerProperties, String bindingName, String destination)