Class CoherencePublisherAutoConfigurationScanRegistrar

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware, org.springframework.context.ResourceLoaderAware

    public class CoherencePublisherAutoConfigurationScanRegistrar
    extends CoherencePublisherScanRegistrar
    implements org.springframework.beans.factory.BeanFactoryAware
    Variation of CoherencePublisherScanRegistrar the links AutoConfigurationPackages.
    Since:
    3.0
    Author:
    Artem Bilan, Phillip Webb
    • Constructor Detail

      • CoherencePublisherAutoConfigurationScanRegistrar

        public CoherencePublisherAutoConfigurationScanRegistrar()
    • Method Detail

      • setBeanFactory

        public void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
        Specified by:
        setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
        Throws:
        org.springframework.beans.BeansException
      • 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
        Overrides:
        registerBeanDefinitions in class CoherencePublisherScanRegistrar