public interface ControlInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getCache()
bool cache = 8; |
String |
getMsgId()
string msgId = 1; |
com.google.protobuf.ByteString |
getMsgIdBytes()
string msgId = 1; |
String |
getRequestCommand()
string requestCommand = 7; |
com.google.protobuf.ByteString |
getRequestCommandBytes()
string requestCommand = 7; |
String |
getSenderApplication()
string senderApplication = 3; |
com.google.protobuf.ByteString |
getSenderApplicationBytes()
string senderApplication = 3; |
String |
getSenderChannel()
string senderChannel = 5; |
com.google.protobuf.ByteString |
getSenderChannelBytes()
string senderChannel = 5; |
String |
getSenderSystem()
string senderSystem = 2; |
com.google.protobuf.ByteString |
getSenderSystemBytes()
string senderSystem = 2; |
String |
getToApplication()
微服务就是 instanceId见Eureka的Application
string toApplication = 4; |
com.google.protobuf.ByteString |
getToApplicationBytes()
微服务就是 instanceId见Eureka的Application
string toApplication = 4; |
String |
getUrl()
调用地址,请带上contextPath
string url = 9; |
com.google.protobuf.ByteString |
getUrlBytes()
调用地址,请带上contextPath
string url = 9; |
String |
getVersion()
string version = 6; |
com.google.protobuf.ByteString |
getVersionBytes()
string version = 6; |
String getMsgId()
string msgId = 1;com.google.protobuf.ByteString getMsgIdBytes()
string msgId = 1;String getSenderSystem()
string senderSystem = 2;com.google.protobuf.ByteString getSenderSystemBytes()
string senderSystem = 2;String getSenderApplication()
string senderApplication = 3;com.google.protobuf.ByteString getSenderApplicationBytes()
string senderApplication = 3;String getToApplication()
微服务就是 instanceId见Eureka的Application
string toApplication = 4;com.google.protobuf.ByteString getToApplicationBytes()
微服务就是 instanceId见Eureka的Application
string toApplication = 4;String getSenderChannel()
string senderChannel = 5;com.google.protobuf.ByteString getSenderChannelBytes()
string senderChannel = 5;String getVersion()
string version = 6;com.google.protobuf.ByteString getVersionBytes()
string version = 6;String getRequestCommand()
string requestCommand = 7;com.google.protobuf.ByteString getRequestCommandBytes()
string requestCommand = 7;boolean getCache()
bool cache = 8;String getUrl()
调用地址,请带上contextPath
string url = 9;com.google.protobuf.ByteString getUrlBytes()
调用地址,请带上contextPath
string url = 9;Copyright © 2019. All rights reserved.