com.nepxion.aquarius.limit.constant.LimitConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aquarius-limit-aop Show documentation
Show all versions of aquarius-limit-aop Show documentation
Nepxion Aquarius is a list of distribution components based on Redis + Zookeeper with Nepxion Matrix AOP framework
package com.nepxion.aquarius.limit.constant;
/**
* Title: Nepxion Aquarius
* Description: Nepxion Aquarius
* Copyright: Copyright (c) 2017-2050
* Company: Nepxion
* @author Haojun Ren
* @version 1.0
*/
public class LimitConstant {
public static final String LIMIT_ENABLED = "limit.enabled";
public static final String LIMIT_TYPE = "limit.type";
public static final String LIMIT_TYPE_REDIS = "redisLimit";
public static final String LIMIT_TYPE_LOCAL = "localLimit";
public static final String LIMIT_AOP_EXCEPTION_IGNORE = "limit.aop.exception.ignore";
public static final String LIMIT_SCAN_PACKAGES = "limit.scan.packages";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy