Interface DistributedPubSubMessages.PublishOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DistributedPubSubMessages.Payload getPayload()
      required .Payload payload = 3;
      DistributedPubSubMessages.PayloadOrBuilder getPayloadOrBuilder()
      required .Payload payload = 3;
      java.lang.String getTopic()
      required string topic = 1;
      akka.protobufv3.internal.ByteString getTopicBytes()
      required string topic = 1;
      boolean hasPayload()
      required .Payload payload = 3;
      boolean hasTopic()
      required string topic = 1;
      • Methods inherited from interface akka.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.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

        akka.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.