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
- Author:
- Stephane Nicoll, Juergen Hoeller, Gary Russell, Artem Bilan, Dariusz Szablinski, Venil Noronha, Dimitri Penner, Filip Halemba, Tomaz Fernandes, Wang Zhiyang, Sanghyeok An, Soby Chacko, Omer Celik
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply