| 程序包 | 说明 |
|---|---|
| net.wicp.tams.common.grpc.connector |
| 限定符和类型 | 方法和说明 |
|---|---|
ControlInfo.Builder |
ControlInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ControlInfo.Builder |
ControlInfo.Builder.clear() |
ControlInfo.Builder |
ControlInfo.Builder.clearCache()
bool cache = 8; |
ControlInfo.Builder |
ControlInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ControlInfo.Builder |
ControlInfo.Builder.clearMsgId()
string msgId = 1; |
ControlInfo.Builder |
ControlInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ControlInfo.Builder |
ControlInfo.Builder.clearRequestCommand()
string requestCommand = 7; |
ControlInfo.Builder |
ControlInfo.Builder.clearSenderApplication()
string senderApplication = 3; |
ControlInfo.Builder |
ControlInfo.Builder.clearSenderChannel()
string senderChannel = 5; |
ControlInfo.Builder |
ControlInfo.Builder.clearSenderSystem()
string senderSystem = 2; |
ControlInfo.Builder |
ControlInfo.Builder.clearToApplication()
微服务就是 instanceId见Eureka的Application
string toApplication = 4; |
ControlInfo.Builder |
ControlInfo.Builder.clearUrl()
调用地址,请带上contextPath
string url = 9; |
ControlInfo.Builder |
ControlInfo.Builder.clearVersion()
string version = 6; |
ControlInfo.Builder |
ControlInfo.Builder.clone() |
ControlInfo.Builder |
In.Builder.getControlInfoBuilder()
.connector.ControlInfo controlInfo = 1; |
ControlInfo.Builder |
ControlInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ControlInfo.Builder |
ControlInfo.Builder.mergeFrom(ControlInfo other) |
ControlInfo.Builder |
ControlInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
ControlInfo.Builder |
ControlInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ControlInfo.Builder |
ControlInfo.newBuilder() |
static ControlInfo.Builder |
ControlInfo.newBuilder(ControlInfo prototype) |
ControlInfo.Builder |
ControlInfo.newBuilderForType() |
protected ControlInfo.Builder |
ControlInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ControlInfo.Builder |
ControlInfo.Builder.setCache(boolean value)
bool cache = 8; |
ControlInfo.Builder |
ControlInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ControlInfo.Builder |
ControlInfo.Builder.setMsgId(String value)
string msgId = 1; |
ControlInfo.Builder |
ControlInfo.Builder.setMsgIdBytes(com.google.protobuf.ByteString value)
string msgId = 1; |
ControlInfo.Builder |
ControlInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ControlInfo.Builder |
ControlInfo.Builder.setRequestCommand(String value)
string requestCommand = 7; |
ControlInfo.Builder |
ControlInfo.Builder.setRequestCommandBytes(com.google.protobuf.ByteString value)
string requestCommand = 7; |
ControlInfo.Builder |
ControlInfo.Builder.setSenderApplication(String value)
string senderApplication = 3; |
ControlInfo.Builder |
ControlInfo.Builder.setSenderApplicationBytes(com.google.protobuf.ByteString value)
string senderApplication = 3; |
ControlInfo.Builder |
ControlInfo.Builder.setSenderChannel(String value)
string senderChannel = 5; |
ControlInfo.Builder |
ControlInfo.Builder.setSenderChannelBytes(com.google.protobuf.ByteString value)
string senderChannel = 5; |
ControlInfo.Builder |
ControlInfo.Builder.setSenderSystem(String value)
string senderSystem = 2; |
ControlInfo.Builder |
ControlInfo.Builder.setSenderSystemBytes(com.google.protobuf.ByteString value)
string senderSystem = 2; |
ControlInfo.Builder |
ControlInfo.Builder.setToApplication(String value)
微服务就是 instanceId见Eureka的Application
string toApplication = 4; |
ControlInfo.Builder |
ControlInfo.Builder.setToApplicationBytes(com.google.protobuf.ByteString value)
微服务就是 instanceId见Eureka的Application
string toApplication = 4; |
ControlInfo.Builder |
ControlInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ControlInfo.Builder |
ControlInfo.Builder.setUrl(String value)
调用地址,请带上contextPath
string url = 9; |
ControlInfo.Builder |
ControlInfo.Builder.setUrlBytes(com.google.protobuf.ByteString value)
调用地址,请带上contextPath
string url = 9; |
ControlInfo.Builder |
ControlInfo.Builder.setVersion(String value)
string version = 6; |
ControlInfo.Builder |
ControlInfo.Builder.setVersionBytes(com.google.protobuf.ByteString value)
string version = 6; |
ControlInfo.Builder |
ControlInfo.toBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
In.Builder |
In.Builder.setControlInfo(ControlInfo.Builder builderForValue)
.connector.ControlInfo controlInfo = 1; |
Copyright © 2018. All rights reserved.