Interface ReplicatedEventSourcing.PublishedEventOrBuilder

    • Method Detail

      • hasPersistenceId

        boolean hasPersistenceId()
        optional string persistenceId = 1;
        Returns:
        Whether the persistenceId field is set.
      • getPersistenceId

        java.lang.String getPersistenceId()
        optional string persistenceId = 1;
        Returns:
        The persistenceId.
      • getPersistenceIdBytes

        akka.protobufv3.internal.ByteString getPersistenceIdBytes()
        optional string persistenceId = 1;
        Returns:
        The bytes for persistenceId.
      • hasSequenceNr

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

        long getSequenceNr()
        optional int64 sequenceNr = 2;
        Returns:
        The sequenceNr.
      • hasPayload

        boolean hasPayload()
        optional .Payload payload = 3;
        Returns:
        Whether the payload field is set.
      • hasTimestamp

        boolean hasTimestamp()
        optional int64 timestamp = 4;
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        long getTimestamp()
        optional int64 timestamp = 4;
        Returns:
        The timestamp.
      • hasMetadata

        boolean hasMetadata()
        optional .ReplicatedPublishedEventMetaData metadata = 5;
        Returns:
        Whether the metadata field is set.
      • hasReplyTo

        boolean hasReplyTo()
        optional string replyTo = 6;
        Returns:
        Whether the replyTo field is set.
      • getReplyTo

        java.lang.String getReplyTo()
        optional string replyTo = 6;
        Returns:
        The replyTo.
      • getReplyToBytes

        akka.protobufv3.internal.ByteString getReplyToBytes()
        optional string replyTo = 6;
        Returns:
        The bytes for replyTo.