Interface Protocol.PublishRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Protocol.PublishRequest
,Protocol.PublishRequest.Builder
- Enclosing class:
- Protocol
public static interface Protocol.PublishRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getChannel()
string channel = 1;
com.google.protobuf.ByteString
getChannelBytes()
string channel = 1;
com.google.protobuf.ByteString
getData()
bytes data = 2;
-