akka.persistence.serialization
Interface MessageFormats.DeliveredMessageOrBuilder

All Known Implementing Classes:
MessageFormats.DeliveredMessage, MessageFormats.DeliveredMessage.Builder
Enclosing class:
MessageFormats

public static interface MessageFormats.DeliveredMessageOrBuilder


Method Summary
 java.lang.String getChannel()
          optional string channel = 5;
 com.google.protobuf.ByteString getChannelBytes()
          optional string channel = 5;
 java.lang.String getChannelId()
          optional string channelId = 2;
 com.google.protobuf.ByteString getChannelIdBytes()
          optional string channelId = 2;
 long getDeliverySequenceNr()
          optional int64 deliverySequenceNr = 4;
 java.lang.String getPersistenceId()
          optional string persistenceId = 1;
 com.google.protobuf.ByteString getPersistenceIdBytes()
          optional string persistenceId = 1;
 long getPersistentSequenceNr()
          optional int64 persistentSequenceNr = 3;
 boolean hasChannel()
          optional string channel = 5;
 boolean hasChannelId()
          optional string channelId = 2;
 boolean hasDeliverySequenceNr()
          optional int64 deliverySequenceNr = 4;
 boolean hasPersistenceId()
          optional string persistenceId = 1;
 boolean hasPersistentSequenceNr()
          optional int64 persistentSequenceNr = 3;
 

Method Detail

hasPersistenceId

boolean hasPersistenceId()
optional string persistenceId = 1;


getPersistenceId

java.lang.String getPersistenceId()
optional string persistenceId = 1;


getPersistenceIdBytes

com.google.protobuf.ByteString getPersistenceIdBytes()
optional string persistenceId = 1;


hasChannelId

boolean hasChannelId()
optional string channelId = 2;


getChannelId

java.lang.String getChannelId()
optional string channelId = 2;


getChannelIdBytes

com.google.protobuf.ByteString getChannelIdBytes()
optional string channelId = 2;


hasPersistentSequenceNr

boolean hasPersistentSequenceNr()
optional int64 persistentSequenceNr = 3;


getPersistentSequenceNr

long getPersistentSequenceNr()
optional int64 persistentSequenceNr = 3;


hasDeliverySequenceNr

boolean hasDeliverySequenceNr()
optional int64 deliverySequenceNr = 4;


getDeliverySequenceNr

long getDeliverySequenceNr()
optional int64 deliverySequenceNr = 4;


hasChannel

boolean hasChannel()
optional string channel = 5;


getChannel

java.lang.String getChannel()
optional string channel = 5;


getChannelBytes

com.google.protobuf.ByteString getChannelBytes()
optional string channel = 5;