public class PersistentStreamMessageSourceRegistrar extends Object implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
Constructor and Description |
---|
PersistentStreamMessageSourceRegistrar(org.springframework.core.env.Environment environment,
PersistentStreamScheduledExecutorBuilder executorBuilder)
Instantiates a
PersistentStreamMessageSourceRegistrar instance. |
Modifier and Type | Method and Description |
---|---|
void |
postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry beanDefinitionRegistry) |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory configurableListableBeanFactory) |
public PersistentStreamMessageSourceRegistrar(org.springframework.core.env.Environment environment, PersistentStreamScheduledExecutorBuilder executorBuilder)
PersistentStreamMessageSourceRegistrar
instance.
This registrar will retrieve the
persistent stream definitions
from the given
environment
.
environment
- Application configuration environment.executorBuilder
- The ScheduledExecutorService
builder used during
construction of the PersistentStreamMessageSourceDefinition
.public void postProcessBeanDefinitionRegistry(@Nonnull org.springframework.beans.factory.support.BeanDefinitionRegistry beanDefinitionRegistry) throws org.springframework.beans.BeansException
postProcessBeanDefinitionRegistry
in interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
org.springframework.beans.BeansException
public void postProcessBeanFactory(@Nonnull org.springframework.beans.factory.config.ConfigurableListableBeanFactory configurableListableBeanFactory) throws org.springframework.beans.BeansException
postProcessBeanFactory
in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
org.springframework.beans.BeansException
Copyright © 2010–2024. All rights reserved.