Class ThrottleBeanPostProcessor

  • All Implemented Interfaces:
    java.io.Serializable, org.springframework.aop.framework.AopInfrastructureBean, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.EmbeddedValueResolverAware, org.springframework.core.Ordered

    @Component
    @ConditionalOnProperty(value="enable",
                           prefix="southern-quiet.framework.throttle",
                           matchIfMissing=true)
    public class ThrottleBeanPostProcessor
    extends org.springframework.aop.framework.autoproxy.AbstractBeanFactoryAwareAdvisingPostProcessor
    implements org.springframework.context.EmbeddedValueResolverAware
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor

        advisor, beforeExistingAdvisors
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ThrottleAdvice getAdvice()  
      void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)  
      void setEmbeddedValueResolver​(org.springframework.util.StringValueResolver resolver)  
      • Methods inherited from class org.springframework.aop.framework.autoproxy.AbstractBeanFactoryAwareAdvisingPostProcessor

        isEligible, prepareProxyFactory
      • Methods inherited from class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor

        customizeProxyFactory, isEligible, postProcessAfterInitialization, postProcessBeforeInitialization, setBeforeExistingAdvisors
      • Methods inherited from class org.springframework.aop.framework.ProxyProcessorSupport

        evaluateProxyInterfaces, getOrder, getProxyClassLoader, isConfigurationCallbackInterface, isInternalLanguageInterface, setBeanClassLoader, setOrder, setProxyClassLoader
      • Methods inherited from class org.springframework.aop.framework.ProxyConfig

        copyFrom, isExposeProxy, isFrozen, isOpaque, isOptimize, isProxyTargetClass, setExposeProxy, setFrozen, setOpaque, setOptimize, setProxyTargetClass, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ThrottleBeanPostProcessor

        public ThrottleBeanPostProcessor()
    • Method Detail

      • setEmbeddedValueResolver

        public void setEmbeddedValueResolver​(@NotNull
                                             org.springframework.util.StringValueResolver resolver)
        Specified by:
        setEmbeddedValueResolver in interface org.springframework.context.EmbeddedValueResolverAware
      • setBeanFactory

        public void setBeanFactory​(@NotNull
                                   org.springframework.beans.factory.BeanFactory beanFactory)
        Specified by:
        setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
        Overrides:
        setBeanFactory in class org.springframework.aop.framework.autoproxy.AbstractBeanFactoryAwareAdvisingPostProcessor