Annotation Interface ReactivePulsarListeners


@Target({TYPE,METHOD,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented public @interface ReactivePulsarListeners
Container annotation that aggregates several ReactivePulsarListener annotations.

Can be used natively, declaring several nested ReactivePulsarListener annotations. Can also be used in conjunction with Java 8's support for repeatable annotations, where ReactivePulsarListener can simply be declared several times on the same method (or class), implicitly generating this container annotation.

Author:
Christophe Bornet
See Also: