Interface MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder

    • Method Detail

      • hasDeliveryId

        boolean hasDeliveryId()
        required int64 deliveryId = 1;
      • getDeliveryId

        long getDeliveryId()
        required int64 deliveryId = 1;
      • hasDestination

        boolean hasDestination()
        required string destination = 2;
      • getDestination

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

        akka.protobuf.ByteString getDestinationBytes()
        required string destination = 2;
      • hasPayload

        boolean hasPayload()
        required .PersistentPayload payload = 3;