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.BeanDefinitionRegistryPostProcessororg.springframework.beans.BeansExceptionprotected 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.BeanFactoryPostProcessororg.springframework.beans.BeansExceptionCopyright © 2022. All rights reserved.