Package akka.remote
Interface ArteryControlFormats.SystemMessageDeliveryAckOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ArteryControlFormats.SystemMessageDeliveryAck,ArteryControlFormats.SystemMessageDeliveryAck.Builder
- Enclosing class:
- ArteryControlFormats
public static interface ArteryControlFormats.SystemMessageDeliveryAckOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArteryControlFormats.UniqueAddressgetFrom()required .UniqueAddress from = 2;ArteryControlFormats.UniqueAddressOrBuildergetFromOrBuilder()required .UniqueAddress from = 2;longgetSeqNo()required uint64 seqNo = 1;longgetToUid()uid of the incarnation this reply is addressed to, absent from nodes of version 2.10.21 and earlierbooleanhasFrom()required .UniqueAddress from = 2;booleanhasSeqNo()required uint64 seqNo = 1;booleanhasToUid()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.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.
-
getFrom
ArteryControlFormats.UniqueAddress getFrom()
required .UniqueAddress from = 2;- Returns:
- The from.
-
getFromOrBuilder
ArteryControlFormats.UniqueAddressOrBuilder getFromOrBuilder()
required .UniqueAddress from = 2;
-
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.
-
-