Interface MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery, MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
Enclosing class:
MessageFormats.AtLeastOnceDeliverySnapshot

public static interface MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    required int64 deliveryId = 1;
    required string destination = 2;
    org.apache.pekko.protobufv3.internal.ByteString
    required string destination = 2;
    required .PersistentPayload payload = 3;
    required .PersistentPayload payload = 3;
    boolean
    required int64 deliveryId = 1;
    boolean
    required string destination = 2;
    boolean
    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 Details

    • 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

      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.
    • getPayload

      required .PersistentPayload payload = 3;
      Returns:
      The payload.
    • getPayloadOrBuilder

      required .PersistentPayload payload = 3;