olaris.polaris-all.1.15.5.source-code.grpcapi_v2_metric.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 = "v2";
import "ratelimit_v2.proto";
option java_package = "com.tencent.polaris.ratelimit.client.pb";
service RateLimitGRPCV2 {
// 限流接口
rpc Service(stream RateLimitRequest) returns(stream RateLimitResponse) {}
//时间对齐接口
rpc TimeAdjust(TimeAdjustRequest) returns(TimeAdjustResponse) {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy