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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DistributedPubSubMessages.PayloadgetPayload()required .Payload payload = 3;DistributedPubSubMessages.PayloadOrBuildergetPayloadOrBuilder()required .Payload payload = 3;java.lang.StringgetTopic()required string topic = 1;org.apache.pekko.protobufv3.internal.ByteStringgetTopicBytes()required string topic = 1;booleanhasPayload()required .Payload payload = 3;booleanhasTopic()required string topic = 1;-
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTopic
boolean hasTopic()
required string topic = 1;- Returns:
- Whether the topic field is set.
-
getTopic
java.lang.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;
-
-