Package org.apache.pekko.stream
Interface StreamRefMessages.CumulativeDemandOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
StreamRefMessages.CumulativeDemand,StreamRefMessages.CumulativeDemand.Builder
- Enclosing class:
- StreamRefMessages
public static interface StreamRefMessages.CumulativeDemandOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
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
-
hasSeqNr
boolean hasSeqNr()required int64 seqNr = 1;- Returns:
- Whether the seqNr field is set.
-
getSeqNr
long getSeqNr()required int64 seqNr = 1;- Returns:
- The seqNr.
-