Package akka.remote

Interface ArteryControlFormats.SystemMessageDeliveryAckOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ArteryControlFormats.UniqueAddress getFrom()
      required .UniqueAddress from = 2;
      ArteryControlFormats.UniqueAddressOrBuilder getFromOrBuilder()
      required .UniqueAddress from = 2;
      long getSeqNo()
      required uint64 seqNo = 1;
      long getToUid()
      uid of the incarnation this reply is addressed to, absent from nodes of version 2.10.21 and earlier
      boolean hasFrom()
      required .UniqueAddress from = 2;
      boolean hasSeqNo()
      required uint64 seqNo = 1;
      boolean hasToUid()
      uid of the incarnation this reply is addressed to, absent from nodes of version 2.10.21 and earlier
      • 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

      • hasSeqNo

        boolean hasSeqNo()
        required uint64 seqNo = 1;
        Returns:
        Whether the seqNo field is set.
      • getSeqNo

        long getSeqNo()
        required uint64 seqNo = 1;
        Returns:
        The seqNo.
      • hasFrom

        boolean hasFrom()
        required .UniqueAddress from = 2;
        Returns:
        Whether the from field is set.
      • hasToUid

        boolean hasToUid()
         uid of the incarnation this reply is addressed to, absent from
         nodes of version 2.10.21 and earlier
         
        optional uint64 toUid = 3;
        Returns:
        Whether the toUid field is set.
      • getToUid

        long getToUid()
         uid of the incarnation this reply is addressed to, absent from
         nodes of version 2.10.21 and earlier
         
        optional uint64 toUid = 3;
        Returns:
        The toUid.