Interface KafkaListenerAnnotationBeanPostProcessor.AnnotationEnhancer

  • All Superinterfaces:
    java.util.function.BiFunction<java.util.Map<java.lang.String,​java.lang.Object>,​java.lang.reflect.AnnotatedElement,​java.util.Map<java.lang.String,​java.lang.Object>>
    Enclosing class:
    KafkaListenerAnnotationBeanPostProcessor<K,​V>

    public static interface KafkaListenerAnnotationBeanPostProcessor.AnnotationEnhancer
    extends java.util.function.BiFunction<java.util.Map<java.lang.String,​java.lang.Object>,​java.lang.reflect.AnnotatedElement,​java.util.Map<java.lang.String,​java.lang.Object>>
    Post processes each set of annotation attributes.
    Since:
    2.7.2
    • Method Summary

      • Methods inherited from interface java.util.function.BiFunction

        andThen, apply