Class ReactivePulsarBootstrapConfiguration

java.lang.Object
org.springframework.pulsar.reactive.config.annotation.ReactivePulsarBootstrapConfiguration
All Implemented Interfaces:
ImportBeanDefinitionRegistrar

public class ReactivePulsarBootstrapConfiguration extends Object implements ImportBeanDefinitionRegistrar
An ImportBeanDefinitionRegistrar class that registers a ReactivePulsarListenerAnnotationBeanPostProcessor bean capable of processing Spring's @ReactivePulsarListener annotation. Also register a default ReactivePulsarListenerEndpointRegistry.

This configuration class is automatically imported when using the @EnableReactivePulsar annotation.

Author:
Christophe Bornet
See Also: