Class AbstractLimiterAware

java.lang.Object
org.aoju.bus.starter.limiter.AbstractLimiterAware
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.annotation.ImportAware
Direct Known Subclasses:
LimiterAwareHandler

public abstract class AbstractLimiterAware extends Object implements org.springframework.context.annotation.ImportAware
Since:
Java 17+
Author:
Kimi Liu
  • Field Details

    • enableLimiter

      protected org.springframework.core.annotation.AnnotationAttributes enableLimiter
  • Constructor Details

    • AbstractLimiterAware

      public AbstractLimiterAware()
  • Method Details

    • setImportMetadata

      public void setImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata)
      Specified by:
      setImportMetadata in interface org.springframework.context.annotation.ImportAware