Class PulsarBootstrapConfiguration

java.lang.Object
org.springframework.pulsar.annotation.PulsarBootstrapConfiguration
All Implemented Interfaces:
ImportBeanDefinitionRegistrar

public class PulsarBootstrapConfiguration extends Object implements ImportBeanDefinitionRegistrar
An ImportBeanDefinitionRegistrar class that registers a PulsarListenerAnnotationBeanPostProcessor bean capable of processing Spring's @PulsarListener annotation. Also register a default PulsarListenerEndpointRegistry.

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

Author:
Soby Chacko, Chris Bono
See Also: