Package akka.persistence.serialization
Interface MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.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 akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getDeliveryId()
required int64 deliveryId = 1;
java.lang.String
getDestination()
required string destination = 2;
akka.protobufv3.internal.ByteString
getDestinationBytes()
required string destination = 2;
MessageFormats.PersistentPayload
getPayload()
required .PersistentPayload payload = 3;
MessageFormats.PersistentPayloadOrBuilder
getPayloadOrBuilder()
required .PersistentPayload payload = 3;
boolean
hasDeliveryId()
required int64 deliveryId = 1;
boolean
hasDestination()
required string destination = 2;
boolean
hasPayload()
required .PersistentPayload payload = 3;
-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.lang.String getDestination()
required string destination = 2;
- Returns:
- The destination.
-
getDestinationBytes
akka.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;
-
-