public interface IpcEnvelopOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
Body content
|
com.google.protobuf.ByteString |
getBodyBytes()
Body content
|
String |
getName()
Service name for method calling, connect to method
|
com.google.protobuf.ByteString |
getNameBytes()
Service name for method calling, connect to method
|
com.google.protobuf.ByteString |
getStream()
Stream content
|
Format |
getType()
Envelop data format
|
int |
getTypeValue()
Envelop data format
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
Envelop data format
.io.vertx.tp.ipc.eon.em.Format type = 1;Format getType()
Envelop data format
.io.vertx.tp.ipc.eon.em.Format type = 1;String getBody()
Body content
string body = 2;com.google.protobuf.ByteString getBodyBytes()
Body content
string body = 2;com.google.protobuf.ByteString getStream()
Stream content
bytes stream = 3;String getName()
Service name for method calling, connect to method
string name = 4;com.google.protobuf.ByteString getNameBytes()
Service name for method calling, connect to method
string name = 4;Copyright © 2020. All rights reserved.