All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nepxion.aquarius.limit.LimitDelegate Maven / Gradle / Ivy

Go to download

Nepxion Aquarius is a list of distribution components based on Redis + Zookeeper with Nepxion Matrix AOP framework

There is a newer version: 2.0.13
Show newest version
package com.nepxion.aquarius.limit;

/**
 * 

Title: Nepxion Aquarius

*

Description: Nepxion Aquarius

*

Copyright: Copyright (c) 2017-2050

*

Company: Nepxion

* @author Haojun Ren * @version 1.0 */ import org.aopalliance.intercept.MethodInvocation; public interface LimitDelegate { Object invoke(MethodInvocation invocation, String key, int limitPeriod, int limitCount) throws Throwable; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy