Interface ReliableDelivery.RequestOrBuilder
-
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReliableDelivery.Request,ReliableDelivery.Request.Builder
- Enclosing class:
- ReliableDelivery
public static interface ReliableDelivery.RequestOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetConfirmedSeqNr()required int64 confirmedSeqNr = 1;longgetRequestUpToSeqNr()required int64 requestUpToSeqNr = 2;booleangetSupportResend()required bool supportResend = 3;booleangetViaTimeout()required bool viaTimeout = 4;booleanhasConfirmedSeqNr()required int64 confirmedSeqNr = 1;booleanhasRequestUpToSeqNr()required int64 requestUpToSeqNr = 2;booleanhasSupportResend()required bool supportResend = 3;booleanhasViaTimeout()required bool viaTimeout = 4;-
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasConfirmedSeqNr
boolean hasConfirmedSeqNr()
required int64 confirmedSeqNr = 1;- Returns:
- Whether the confirmedSeqNr field is set.
-
getConfirmedSeqNr
long getConfirmedSeqNr()
required int64 confirmedSeqNr = 1;- Returns:
- The confirmedSeqNr.
-
hasRequestUpToSeqNr
boolean hasRequestUpToSeqNr()
required int64 requestUpToSeqNr = 2;- Returns:
- Whether the requestUpToSeqNr field is set.
-
getRequestUpToSeqNr
long getRequestUpToSeqNr()
required int64 requestUpToSeqNr = 2;- Returns:
- The requestUpToSeqNr.
-
hasSupportResend
boolean hasSupportResend()
required bool supportResend = 3;- Returns:
- Whether the supportResend field is set.
-
getSupportResend
boolean getSupportResend()
required bool supportResend = 3;- Returns:
- The supportResend.
-
hasViaTimeout
boolean hasViaTimeout()
required bool viaTimeout = 4;- Returns:
- Whether the viaTimeout field is set.
-
getViaTimeout
boolean getViaTimeout()
required bool viaTimeout = 4;- Returns:
- The viaTimeout.
-
-