Annotation Interface EnablePulsar
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import(PulsarAnnotationsConfigurationSelector.class)
public @interface EnablePulsar
Enables detection of
PulsarListener
annotations on any Spring-managed bean in
the container.- Author:
- Soby Chacko, Chris Bono