Class ReactiveHandlersBeanPostProcessor

    • Constructor Detail

      • ReactiveHandlersBeanPostProcessor

        public ReactiveHandlersBeanPostProcessor()
    • Method Detail

      • postProcessAfterInitialization

        public Object postProcessAfterInitialization​(Object bean,
                                                     String beanName)
                                              throws org.springframework.beans.BeansException
        Specified by:
        postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
        Throws:
        org.springframework.beans.BeansException
      • postProcessBeforeDestruction

        public void postProcessBeforeDestruction​(Object bean,
                                                 String beanName)
                                          throws org.springframework.beans.BeansException
        Specified by:
        postProcessBeforeDestruction in interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
        Throws:
        org.springframework.beans.BeansException
      • requiresDestruction

        public boolean requiresDestruction​(Object bean)
        Specified by:
        requiresDestruction in interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException