Interface ClusterMessages.PubSubMessagePublishedOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ContainerFormats.Payload getMessage()
      required .Payload message = 1;
      ContainerFormats.PayloadOrBuilder getMessageOrBuilder()
      required .Payload message = 1;
      boolean hasMessage()
      required .Payload message = 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

      • hasMessage

        boolean hasMessage()
        required .Payload message = 1;
        Returns:
        Whether the message field is set.