摘要: 作用 限制一段时间内对数据的访问数量 RateType public enum RateType { OVERALL, //所有客户端加总限流 PER_CLIENT; //每个客户端单独计算流量 private RateType() { } } 涉及方法 public interface RRate 阅读全文
posted @ 2022-03-22 16:44 xudong5273 阅读(1022) 评论(0) 推荐(0)