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
Modifier and TypeMethodDescriptionlongrequired int64 confirmedSeqNr = 1;longrequired int64 requestUpToSeqNr = 2;booleanrequired bool supportResend = 3;booleanrequired bool viaTimeout = 4;booleanrequired int64 confirmedSeqNr = 1;booleanrequired int64 requestUpToSeqNr = 2;booleanrequired bool supportResend = 3;booleanrequired bool viaTimeout = 4;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-