Interface ReplicatedEventSourcing.ReplicatedSnapshotMetadata.SeenOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getReplicaId()
      required string replicaId = 1;
      akka.protobufv3.internal.ByteString getReplicaIdBytes()
      required string replicaId = 1;
      long getSequenceNr()
      required int64 sequenceNr = 2;
      boolean hasReplicaId()
      required string replicaId = 1;
      boolean hasSequenceNr()
      required int64 sequenceNr = 2;
      • 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

      • hasReplicaId

        boolean hasReplicaId()
        required string replicaId = 1;
        Returns:
        Whether the replicaId field is set.
      • getReplicaId

        java.lang.String getReplicaId()
        required string replicaId = 1;
        Returns:
        The replicaId.
      • getReplicaIdBytes

        akka.protobufv3.internal.ByteString getReplicaIdBytes()
        required string replicaId = 1;
        Returns:
        The bytes for replicaId.
      • hasSequenceNr

        boolean hasSequenceNr()
        required int64 sequenceNr = 2;
        Returns:
        Whether the sequenceNr field is set.
      • getSequenceNr

        long getSequenceNr()
        required int64 sequenceNr = 2;
        Returns:
        The sequenceNr.