Interface ReliableDelivery.SequencedMessageOrBuilder

    • Method Detail

      • hasProducerId

        boolean hasProducerId()
        required string producerId = 1;
        Returns:
        Whether the producerId field is set.
      • getProducerId

        java.lang.String getProducerId()
        required string producerId = 1;
        Returns:
        The producerId.
      • getProducerIdBytes

        akka.protobufv3.internal.ByteString getProducerIdBytes()
        required string producerId = 1;
        Returns:
        The bytes for producerId.
      • hasSeqNr

        boolean hasSeqNr()
        required int64 seqNr = 2;
        Returns:
        Whether the seqNr field is set.
      • getSeqNr

        long getSeqNr()
        required int64 seqNr = 2;
        Returns:
        The seqNr.
      • hasFirst

        boolean hasFirst()
        required bool first = 3;
        Returns:
        Whether the first field is set.
      • getFirst

        boolean getFirst()
        required bool first = 3;
        Returns:
        The first.
      • hasAck

        boolean hasAck()
        required bool ack = 4;
        Returns:
        Whether the ack field is set.
      • getAck

        boolean getAck()
        required bool ack = 4;
        Returns:
        The ack.
      • hasProducerControllerRef

        boolean hasProducerControllerRef()
        required string producerControllerRef = 5;
        Returns:
        Whether the producerControllerRef field is set.
      • getProducerControllerRef

        java.lang.String getProducerControllerRef()
        required string producerControllerRef = 5;
        Returns:
        The producerControllerRef.
      • getProducerControllerRefBytes

        akka.protobufv3.internal.ByteString getProducerControllerRefBytes()
        required string producerControllerRef = 5;
        Returns:
        The bytes for producerControllerRef.
      • hasMessage

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

        boolean hasFirstChunk()
        optional bool firstChunk = 7;
        Returns:
        Whether the firstChunk field is set.
      • getFirstChunk

        boolean getFirstChunk()
        optional bool firstChunk = 7;
        Returns:
        The firstChunk.
      • hasLastChunk

        boolean hasLastChunk()
        optional bool lastChunk = 8;
        Returns:
        Whether the lastChunk field is set.
      • getLastChunk

        boolean getLastChunk()
        optional bool lastChunk = 8;
        Returns:
        The lastChunk.