Interface ReliableDelivery.ResendOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
ReliableDelivery.Resend, ReliableDelivery.Resend.Builder
Enclosing class:
ReliableDelivery

public static interface ReliableDelivery.ResendOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    required int64 fromSeqNr = 1;
    boolean
    required int64 fromSeqNr = 1;

    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

    • hasFromSeqNr

      boolean hasFromSeqNr()
      required int64 fromSeqNr = 1;
      Returns:
      Whether the fromSeqNr field is set.
    • getFromSeqNr

      long getFromSeqNr()
      required int64 fromSeqNr = 1;
      Returns:
      The fromSeqNr.