Interface MessageFormats.PersistentMessageOrBuilder

    • Method Detail

      • hasPayload

        boolean hasPayload()
        optional .PersistentPayload payload = 1;
      • hasSequenceNr

        boolean hasSequenceNr()
        optional int64 sequenceNr = 2;
      • getSequenceNr

        long getSequenceNr()
        optional int64 sequenceNr = 2;
      • hasPersistenceId

        boolean hasPersistenceId()
        optional string persistenceId = 3;
      • getPersistenceId

        java.lang.String getPersistenceId()
        optional string persistenceId = 3;
      • getPersistenceIdBytes

        akka.protobuf.ByteString getPersistenceIdBytes()
        optional string persistenceId = 3;
      • hasDeleted

        boolean hasDeleted()
        optional bool deleted = 4;
         not used in new records from 2.4
         
      • getDeleted

        boolean getDeleted()
        optional bool deleted = 4;
         not used in new records from 2.4
         
      • hasSender

        boolean hasSender()
        optional string sender = 11;
         optional int32 redeliveries = 6; // Removed in 2.4
         repeated string confirms = 7; // Removed in 2.4
         optional bool confirmable = 8;  // Removed in 2.4
         optional DeliveredMessage confirmMessage = 9; // Removed in 2.4
         optional string confirmTarget = 10; // Removed in 2.4
         
      • getSender

        java.lang.String getSender()
        optional string sender = 11;
         optional int32 redeliveries = 6; // Removed in 2.4
         repeated string confirms = 7; // Removed in 2.4
         optional bool confirmable = 8;  // Removed in 2.4
         optional DeliveredMessage confirmMessage = 9; // Removed in 2.4
         optional string confirmTarget = 10; // Removed in 2.4
         
      • getSenderBytes

        akka.protobuf.ByteString getSenderBytes()
        optional string sender = 11;
         optional int32 redeliveries = 6; // Removed in 2.4
         repeated string confirms = 7; // Removed in 2.4
         optional bool confirmable = 8;  // Removed in 2.4
         optional DeliveredMessage confirmMessage = 9; // Removed in 2.4
         optional string confirmTarget = 10; // Removed in 2.4
         
      • hasManifest

        boolean hasManifest()
        optional string manifest = 12;
      • getManifest

        java.lang.String getManifest()
        optional string manifest = 12;
      • getManifestBytes

        akka.protobuf.ByteString getManifestBytes()
        optional string manifest = 12;
      • hasWriterUuid

        boolean hasWriterUuid()
        optional string writerUuid = 13;
      • getWriterUuid

        java.lang.String getWriterUuid()
        optional string writerUuid = 13;
      • getWriterUuidBytes

        akka.protobuf.ByteString getWriterUuidBytes()
        optional string writerUuid = 13;
      • hasTimestamp

        boolean hasTimestamp()
        optional sint64 timestamp = 14;
      • getTimestamp

        long getTimestamp()
        optional sint64 timestamp = 14;