@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) @Documented public @interface BrpcMeta
| Modifier and Type | Optional Element and Description |
|---|---|
String |
methodName
发给服务端的方法名称,对于brpc标准协议,名称为proto文件中service里的方法名
|
String |
serviceName
发给服务端的服务名称,对于brpc标准协议,名称为proto文件中package后面的内容
|
Copyright © 2020 Baidu, Inc.. All rights reserved.