Annotation Type KafkaListeners
-
@Target({TYPE,METHOD,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented public @interface KafkaListenersContainer annotation that aggregates severalKafkaListenerannotations.Can be used natively, declaring several nested
KafkaListenerannotations. Can also be used in conjunction with Java 8's support for repeatable annotations, whereKafkaListenercan simply be declared several times on the same method (or class), implicitly generating this container annotation.- Author:
- Gary Russell
- See Also:
KafkaListener
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description KafkaListener[]value
-
-
-
Element Detail
-
value
KafkaListener[] value
-
-