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.UniqueAddress
getFrom()
required .UniqueAddress from = 2;
ArteryControlFormats.UniqueAddressOrBuilder
getFromOrBuilder()
required .UniqueAddress from = 2;
long
getSeqNo()
required uint64 seqNo = 1;
boolean
hasFrom()
required .UniqueAddress from = 2;
boolean
hasSeqNo()
required uint64 seqNo = 1;
-
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;
-
-