Annotation Interface EnableReactivePulsar
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import(ReactivePulsarListenerConfigurationSelector.class)
public @interface EnableReactivePulsar
Enables detection of
ReactivePulsarListener
annotations on any Spring-managed
bean in the container.- Author:
- Chris Bono