Interface DistributedPubSubMessages.PublishOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
DistributedPubSubMessages.Publish,DistributedPubSubMessages.Publish.Builder
- Enclosing class:
- DistributedPubSubMessages
public static interface DistributedPubSubMessages.PublishOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTopic
boolean hasTopic()required string topic = 1;- Returns:
- Whether the topic field is set.
-
getTopic
String getTopic()required string topic = 1;- Returns:
- The topic.
-
getTopicBytes
org.apache.pekko.protobufv3.internal.ByteString getTopicBytes()required string topic = 1;- Returns:
- The bytes for topic.
-
hasPayload
boolean hasPayload()required .Payload payload = 3;- Returns:
- Whether the payload field is set.
-
getPayload
DistributedPubSubMessages.Payload getPayload()required .Payload payload = 3;- Returns:
- The payload.
-
getPayloadOrBuilder
DistributedPubSubMessages.PayloadOrBuilder getPayloadOrBuilder()required .Payload payload = 3;
-