Annotation Interface PulsarReaderClient


@Documented @Retention(RUNTIME) @Introduction @Singleton @Target(TYPE) public @interface PulsarReaderClient
Marks a type as a bean containing reader methods. To avoid problems with the PulsarProducerClient due to possible later enhancement of features it was separated from it.
Since:
1.2.0
Author:
Haris Secic