Interface GrpcMessage
-
Method Summary
Modifier and TypeMethodDescriptionencoding()format()default booleanstatic GrpcMessagestatic GrpcMessagemessage(String encoding, WireFormat format, Buffer payload) payload()
-
Method Details
-
message
- Returns:
- a new message
-
message
- Returns:
- a new message in proto format
-
isCompressed
default boolean isCompressed() -
encoding
String encoding()- Returns:
- the message encoding
-
format
WireFormat format()- Returns:
- the message format
-
payload
Buffer payload()- Returns:
- the message payload, usually in Protobuf format encoded in the
encoding()format
-