Interface MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getDeliveryId()
      required int64 deliveryId = 1;
      java.lang.String getDestination()
      required string destination = 2;
      org.apache.pekko.protobufv3.internal.ByteString getDestinationBytes()
      required string destination = 2;
      MessageFormats.PersistentPayload getPayload()
      required .PersistentPayload payload = 3;
      MessageFormats.PersistentPayloadOrBuilder getPayloadOrBuilder()
      required .PersistentPayload payload = 3;
      boolean hasDeliveryId()
      required int64 deliveryId = 1;
      boolean hasDestination()
      required string destination = 2;
      boolean hasPayload()
      required .PersistentPayload payload = 3;
      • Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 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

        org.apache.pekko.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.