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

    Modifier and Type
    Method
    Description
    required .Payload payload = 3;
    required .Payload payload = 3;
    required string topic = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    required string topic = 1;
    boolean
    required .Payload payload = 3;
    boolean
    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 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

      required .Payload payload = 3;
      Returns:
      The payload.
    • getPayloadOrBuilder

      required .Payload payload = 3;