Package akka.remote
Interface WireFormats.AcknowledgementInfoOrBuilder
- 
- All Superinterfaces:
 akka.protobufv3.internal.MessageLiteOrBuilder,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
 WireFormats.AcknowledgementInfo,WireFormats.AcknowledgementInfo.Builder
- Enclosing class:
 - WireFormats
 
public static interface WireFormats.AcknowledgementInfoOrBuilder extends akka.protobufv3.internal.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCumulativeAck()required fixed64 cumulativeAck = 1;longgetNacks(int index)repeated fixed64 nacks = 2;intgetNacksCount()repeated fixed64 nacks = 2;java.util.List<java.lang.Long>getNacksList()repeated fixed64 nacks = 2;booleanhasCumulativeAck()required fixed64 cumulativeAck = 1;- 
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasCumulativeAck
boolean hasCumulativeAck()
required fixed64 cumulativeAck = 1;- Returns:
 - Whether the cumulativeAck field is set.
 
 
- 
getCumulativeAck
long getCumulativeAck()
required fixed64 cumulativeAck = 1;- Returns:
 - The cumulativeAck.
 
 
- 
getNacksList
java.util.List<java.lang.Long> getNacksList()
repeated fixed64 nacks = 2;- Returns:
 - A list containing the nacks.
 
 
- 
getNacksCount
int getNacksCount()
repeated fixed64 nacks = 2;- Returns:
 - The count of nacks.
 
 
- 
getNacks
long getNacks(int index)
repeated fixed64 nacks = 2;- Parameters:
 index- The index of the element to return.- Returns:
 - The nacks at the given index.
 
 
 - 
 
 -