Interface ReliableDelivery.ResendOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getFromSeqNr()
      required int64 fromSeqNr = 1;
      boolean hasFromSeqNr()
      required int64 fromSeqNr = 1;
      • Methods inherited from interface akka.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasFromSeqNr

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

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