Interface ReliableDelivery.SequencedMessageOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReliableDelivery.SequencedMessage,ReliableDelivery.SequencedMessage.Builder
- Enclosing class:
- ReliableDelivery
public static interface ReliableDelivery.SequencedMessageOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAck()required bool ack = 4;booleangetFirst()required bool first = 3;booleangetFirstChunk()optional bool firstChunk = 7;booleangetLastChunk()optional bool lastChunk = 8;ContainerFormats.PayloadgetMessage()required .Payload message = 6;ContainerFormats.PayloadOrBuildergetMessageOrBuilder()required .Payload message = 6;java.lang.StringgetProducerControllerRef()required string producerControllerRef = 5;akka.protobufv3.internal.ByteStringgetProducerControllerRefBytes()required string producerControllerRef = 5;java.lang.StringgetProducerId()required string producerId = 1;akka.protobufv3.internal.ByteStringgetProducerIdBytes()required string producerId = 1;longgetSeqNr()required int64 seqNr = 2;booleanhasAck()required bool ack = 4;booleanhasFirst()required bool first = 3;booleanhasFirstChunk()optional bool firstChunk = 7;booleanhasLastChunk()optional bool lastChunk = 8;booleanhasMessage()required .Payload message = 6;booleanhasProducerControllerRef()required string producerControllerRef = 5;booleanhasProducerId()required string producerId = 1;booleanhasSeqNr()required int64 seqNr = 2;-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasProducerId
boolean hasProducerId()
required string producerId = 1;- Returns:
- Whether the producerId field is set.
-
getProducerId
java.lang.String getProducerId()
required string producerId = 1;- Returns:
- The producerId.
-
getProducerIdBytes
akka.protobufv3.internal.ByteString getProducerIdBytes()
required string producerId = 1;- Returns:
- The bytes for producerId.
-
hasSeqNr
boolean hasSeqNr()
required int64 seqNr = 2;- Returns:
- Whether the seqNr field is set.
-
getSeqNr
long getSeqNr()
required int64 seqNr = 2;- Returns:
- The seqNr.
-
hasFirst
boolean hasFirst()
required bool first = 3;- Returns:
- Whether the first field is set.
-
getFirst
boolean getFirst()
required bool first = 3;- Returns:
- The first.
-
hasAck
boolean hasAck()
required bool ack = 4;- Returns:
- Whether the ack field is set.
-
getAck
boolean getAck()
required bool ack = 4;- Returns:
- The ack.
-
hasProducerControllerRef
boolean hasProducerControllerRef()
required string producerControllerRef = 5;- Returns:
- Whether the producerControllerRef field is set.
-
getProducerControllerRef
java.lang.String getProducerControllerRef()
required string producerControllerRef = 5;- Returns:
- The producerControllerRef.
-
getProducerControllerRefBytes
akka.protobufv3.internal.ByteString getProducerControllerRefBytes()
required string producerControllerRef = 5;- Returns:
- The bytes for producerControllerRef.
-
hasMessage
boolean hasMessage()
required .Payload message = 6;- Returns:
- Whether the message field is set.
-
getMessage
ContainerFormats.Payload getMessage()
required .Payload message = 6;- Returns:
- The message.
-
getMessageOrBuilder
ContainerFormats.PayloadOrBuilder getMessageOrBuilder()
required .Payload message = 6;
-
hasFirstChunk
boolean hasFirstChunk()
optional bool firstChunk = 7;- Returns:
- Whether the firstChunk field is set.
-
getFirstChunk
boolean getFirstChunk()
optional bool firstChunk = 7;- Returns:
- The firstChunk.
-
hasLastChunk
boolean hasLastChunk()
optional bool lastChunk = 8;- Returns:
- Whether the lastChunk field is set.
-
getLastChunk
boolean getLastChunk()
optional bool lastChunk = 8;- Returns:
- The lastChunk.
-
-