Class ReactivePulsarBootstrapConfiguration

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

public class ReactivePulsarBootstrapConfiguration extends Object implements org.springframework.context.annotation.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.

See Also:
  • Constructor Details

    • ReactivePulsarBootstrapConfiguration

      public ReactivePulsarBootstrapConfiguration()
  • Method Details

    • registerBeanDefinitions

      public void registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata importingClassMetadata, org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
      Specified by:
      registerBeanDefinitions in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar