Interface KafkaListenerAnnotationBeanPostProcessor.AnnotationEnhancer
- All Superinterfaces:
BiFunction<Map<String, @Nullable Object>, AnnotatedElement, Map<String,Object>>
- Enclosing class:
KafkaListenerAnnotationBeanPostProcessor<K,V>
public static interface KafkaListenerAnnotationBeanPostProcessor.AnnotationEnhancer
extends BiFunction<Map<String, @Nullable Object>, AnnotatedElement, Map<String,Object>>
Post processes each set of annotation attributes.
- Since:
- 2.7.2
-
Method Summary
Methods inherited from interface BiFunction
andThen, apply