akka.persistence.serialization
Interface MessageFormats.DeliveredMessageOrBuilder
- All Known Implementing Classes:
- MessageFormats.DeliveredMessage, MessageFormats.DeliveredMessage.Builder
- Enclosing class:
- MessageFormats
public static interface MessageFormats.DeliveredMessageOrBuilder
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;