Interface MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder

    • Method Detail

      • hasDeliveryId

        boolean hasDeliveryId()
        required int64 deliveryId = 1;
        Returns:
        Whether the deliveryId field is set.
      • getDeliveryId

        long getDeliveryId()
        required int64 deliveryId = 1;
        Returns:
        The deliveryId.
      • hasDestination

        boolean hasDestination()
        required string destination = 2;
        Returns:
        Whether the destination field is set.
      • getDestination

        java.lang.String getDestination()
        required string destination = 2;
        Returns:
        The destination.
      • getDestinationBytes

        akka.protobufv3.internal.ByteString getDestinationBytes()
        required string destination = 2;
        Returns:
        The bytes for destination.
      • hasPayload

        boolean hasPayload()
        required .PersistentPayload payload = 3;
        Returns:
        Whether the payload field is set.