akka.persistence.serialization
Interface MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder

All Known Implementing Classes:
MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery, MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
Enclosing class:
MessageFormats.AtLeastOnceDeliverySnapshot

public static interface MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder


Method Summary
 long getDeliveryId()
          required int64 deliveryId = 1;
 java.lang.String getDestination()
          required string destination = 2;
 com.google.protobuf.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;
 

Method Detail

hasDeliveryId

boolean hasDeliveryId()
required int64 deliveryId = 1;


getDeliveryId

long getDeliveryId()
required int64 deliveryId = 1;


hasDestination

boolean hasDestination()
required string destination = 2;


getDestination

java.lang.String getDestination()
required string destination = 2;


getDestinationBytes

com.google.protobuf.ByteString getDestinationBytes()
required string destination = 2;


hasPayload

boolean hasPayload()
required .PersistentPayload payload = 3;


getPayload

MessageFormats.PersistentPayload getPayload()
required .PersistentPayload payload = 3;


getPayloadOrBuilder

MessageFormats.PersistentPayloadOrBuilder getPayloadOrBuilder()
required .PersistentPayload payload = 3;