public class SubscriptionPostProcessor extends Object implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
Modifier and Type | Field and Description |
---|---|
protected static SubscriptionLoggerUtil |
LOG |
protected Class<? extends SpringTopicSubscriptionImpl> |
springTopicSubscription |
Constructor and Description |
---|
SubscriptionPostProcessor() |
SubscriptionPostProcessor(Class<? extends SpringTopicSubscriptionImpl> springTopicSubscription) |
Modifier and Type | Method and Description |
---|---|
protected ExternalTaskSubscription |
findSubscriptionAnnotation(org.springframework.beans.factory.config.BeanDefinition beanDefinition) |
protected org.springframework.beans.factory.config.BeanDefinition |
getBeanDefinition(String beanName,
SubscriptionConfiguration subscriptionConfiguration) |
void |
postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
protected static final SubscriptionLoggerUtil LOG
protected Class<? extends SpringTopicSubscriptionImpl> springTopicSubscription
public SubscriptionPostProcessor()
public SubscriptionPostProcessor(Class<? extends SpringTopicSubscriptionImpl> springTopicSubscription)
public void postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) throws org.springframework.beans.BeansException
postProcessBeanDefinitionRegistry
in interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
org.springframework.beans.BeansException
protected org.springframework.beans.factory.config.BeanDefinition getBeanDefinition(String beanName, SubscriptionConfiguration subscriptionConfiguration)
protected ExternalTaskSubscription findSubscriptionAnnotation(org.springframework.beans.factory.config.BeanDefinition beanDefinition)
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
postProcessBeanFactory
in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
org.springframework.beans.BeansException
Copyright © 2022. All rights reserved.