Class ConcurrencyLimitBeanPostProcessor

All Implemented Interfaces:
Serializable, AopInfrastructureBean, Aware, BeanClassLoaderAware, BeanFactoryAware, BeanPostProcessor, InstantiationAwareBeanPostProcessor, SmartInstantiationAwareBeanPostProcessor, Ordered

public class ConcurrencyLimitBeanPostProcessor extends AbstractBeanFactoryAwareAdvisingPostProcessor
A convenient BeanPostProcessor that applies a concurrency interceptor to all bean methods annotated with @ConcurrencyLimit.
Since:
7.0
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • ConcurrencyLimitBeanPostProcessor

      public ConcurrencyLimitBeanPostProcessor()