![JAR search and dependency download from the Maven repository](/logo.png)
com.founder.core.model.Mode Maven / Gradle / Ivy
The newest version!
package com.founder.core.model;
public enum Mode {
/**
* 时间窗口模式
*/
TIME_WINDOW,
/**
* 令牌桶模式
*/
TOKEN_BUCKET
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy