Interface MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery,MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- Enclosing class:
- MessageFormats.AtLeastOnceDeliverySnapshot
public static interface MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongrequired int64 deliveryId = 1;required string destination = 2;org.apache.pekko.protobufv3.internal.ByteStringrequired string destination = 2;required .PersistentPayload payload = 3;required .PersistentPayload payload = 3;booleanrequired int64 deliveryId = 1;booleanrequired string destination = 2;booleanrequired .PersistentPayload payload = 3;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
-
hasDeliveryId
boolean hasDeliveryId()required int64 deliveryId = 1;- Returns:
- Whether the deliveryId field is set.
-
getDeliveryId
long getDeliveryId()required int64 deliveryId = 1;- Returns:
- The deliveryId.
-
hasDestination
boolean hasDestination()required string destination = 2;- Returns:
- Whether the destination field is set.
-
getDestination
String getDestination()required string destination = 2;- Returns:
- The destination.
-
getDestinationBytes
org.apache.pekko.protobufv3.internal.ByteString getDestinationBytes()required string destination = 2;- Returns:
- The bytes for destination.
-
hasPayload
boolean hasPayload()required .PersistentPayload payload = 3;- Returns:
- Whether the payload field is set.
-
getPayload
MessageFormats.PersistentPayload getPayload()required .PersistentPayload payload = 3;- Returns:
- The payload.
-
getPayloadOrBuilder
MessageFormats.PersistentPayloadOrBuilder getPayloadOrBuilder()required .PersistentPayload payload = 3;
-