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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterBeanDefinitions(org.springframework.core.type.AnnotationMetadata importingClassMetadata, org.springframework.beans.factory.support.BeanDefinitionRegistry registry) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
registerBeanDefinitions
-
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:
registerBeanDefinitionsin interfaceorg.springframework.context.annotation.ImportBeanDefinitionRegistrar
-