olaris.polaris-all.2.0.0.0-RC1.source-code.grpcapi_ratelimiter.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
syntax = "proto3";
package polaris.metric.v2;
option go_package = "github.com/polarismesh/specification/source/go/api/v1/traffic_manage/ratelimiter";
option java_package = "com.tencent.polaris.specification.api.v1.traffic.manage.ratelimiter";
option java_outer_classname = "RateLimiterService";
import "ratelimiter.proto";
service RateLimitGRPCV2 {
// 限流接口
rpc Service(stream RateLimitRequest) returns(stream RateLimitResponse) {}
//时间对齐接口
rpc TimeAdjust(TimeAdjustRequest) returns(TimeAdjustResponse) {}
}