akka.persistence.serialization
Class MessageFormats.PersistentMessage

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.persistence.serialization.MessageFormats.PersistentMessage
All Implemented Interfaces:
MessageFormats.PersistentMessageOrBuilder
Enclosing class:
MessageFormats

public static final class MessageFormats.PersistentMessage
extends com.google.protobuf.GeneratedMessage
implements MessageFormats.PersistentMessageOrBuilder

Protobuf type PersistentMessage


Nested Class Summary
static class MessageFormats.PersistentMessage.Builder
          Protobuf type PersistentMessage
 
Field Summary
static int CONFIRMABLE_FIELD_NUMBER
           
static int CONFIRMMESSAGE_FIELD_NUMBER
           
static int CONFIRMS_FIELD_NUMBER
           
static int CONFIRMTARGET_FIELD_NUMBER
           
static int DELETED_FIELD_NUMBER
           
static  PARSER
           
static int PAYLOAD_FIELD_NUMBER
           
static int PersistenceId_FIELD_NUMBER
           
static int REDELIVERIES_FIELD_NUMBER
           
static int SENDER_FIELD_NUMBER
           
static int SEQUENCENR_FIELD_NUMBER
           
 
Method Summary
 boolean getConfirmable()
          optional bool confirmable = 8;
 MessageFormats.DeliveredMessage getConfirmMessage()
          optional .DeliveredMessage confirmMessage = 9;
 MessageFormats.DeliveredMessageOrBuilder getConfirmMessageOrBuilder()
          optional .DeliveredMessage confirmMessage = 9;
 java.lang.String getConfirms(int index)
          repeated string confirms = 7;
 com.google.protobuf.ByteString getConfirmsBytes(int index)
          repeated string confirms = 7;
 int getConfirmsCount()
          repeated string confirms = 7;
 java.util.List<java.lang.String> getConfirmsList()
          repeated string confirms = 7;
 java.lang.String getConfirmTarget()
          optional string confirmTarget = 10;
 com.google.protobuf.ByteString getConfirmTargetBytes()
          optional string confirmTarget = 10;
static MessageFormats.PersistentMessage getDefaultInstance()
           
 MessageFormats.PersistentMessage getDefaultInstanceForType()
           
 boolean getDeleted()
          optional bool deleted = 4;
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
  getParserForType()
           
 MessageFormats.PersistentPayload getPayload()
          optional .PersistentPayload payload = 1;
 MessageFormats.PersistentPayloadOrBuilder getPayloadOrBuilder()
          optional .PersistentPayload payload = 1;
 java.lang.String getPersistenceId()
          optional string persistenceId = 3;
 com.google.protobuf.ByteString getPersistenceIdBytes()
          optional string persistenceId = 3;
 int getRedeliveries()
          optional int32 redeliveries = 6;
 java.lang.String getSender()
          optional string sender = 11;
 com.google.protobuf.ByteString getSenderBytes()
          optional string sender = 11;
 long getSequenceNr()
          optional int64 sequenceNr = 2;
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasConfirmable()
          optional bool confirmable = 8;
 boolean hasConfirmMessage()
          optional .DeliveredMessage confirmMessage = 9;
 boolean hasConfirmTarget()
          optional string confirmTarget = 10;
 boolean hasDeleted()
          optional bool deleted = 4;
 boolean hasPayload()
          optional .PersistentPayload payload = 1;
 boolean hasPersistenceId()
          optional string persistenceId = 3;
 boolean hasRedeliveries()
          optional int32 redeliveries = 6;
 boolean hasSender()
          optional string sender = 11;
 boolean hasSequenceNr()
          optional int64 sequenceNr = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static MessageFormats.PersistentMessage.Builder newBuilder()
           
static MessageFormats.PersistentMessage.Builder newBuilder(MessageFormats.PersistentMessage prototype)
           
 MessageFormats.PersistentMessage.Builder newBuilderForType()
           
protected  MessageFormats.PersistentMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static MessageFormats.PersistentMessage parseDelimitedFrom(java.io.InputStream input)
           
static MessageFormats.PersistentMessage parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.PersistentMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.PersistentMessage parseFrom(com.google.protobuf.ByteString data)
           
static MessageFormats.PersistentMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.PersistentMessage parseFrom(com.google.protobuf.CodedInputStream input)
           
static MessageFormats.PersistentMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.PersistentMessage parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MessageFormats.PersistentMessage.Builder toBuilder()
           
protected  java.lang.Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER

public static  PARSER

PAYLOAD_FIELD_NUMBER

public static final int PAYLOAD_FIELD_NUMBER
See Also:
Constant Field Values

SEQUENCENR_FIELD_NUMBER

public static final int SEQUENCENR_FIELD_NUMBER
See Also:
Constant Field Values

PersistenceId_FIELD_NUMBER

public static final int PersistenceId_FIELD_NUMBER
See Also:
Constant Field Values

DELETED_FIELD_NUMBER

public static final int DELETED_FIELD_NUMBER
See Also:
Constant Field Values

REDELIVERIES_FIELD_NUMBER

public static final int REDELIVERIES_FIELD_NUMBER
See Also:
Constant Field Values

CONFIRMS_FIELD_NUMBER

public static final int CONFIRMS_FIELD_NUMBER
See Also:
Constant Field Values

CONFIRMABLE_FIELD_NUMBER

public static final int CONFIRMABLE_FIELD_NUMBER
See Also:
Constant Field Values

CONFIRMMESSAGE_FIELD_NUMBER

public static final int CONFIRMMESSAGE_FIELD_NUMBER
See Also:
Constant Field Values

CONFIRMTARGET_FIELD_NUMBER

public static final int CONFIRMTARGET_FIELD_NUMBER
See Also:
Constant Field Values

SENDER_FIELD_NUMBER

public static final int SENDER_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static MessageFormats.PersistentMessage getDefaultInstance()

getDefaultInstanceForType

public MessageFormats.PersistentMessage getDefaultInstanceForType()

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()

getParserForType

public  getParserForType()

hasPayload

public boolean hasPayload()
optional .PersistentPayload payload = 1;

Specified by:
hasPayload in interface MessageFormats.PersistentMessageOrBuilder

getPayload

public MessageFormats.PersistentPayload getPayload()
optional .PersistentPayload payload = 1;

Specified by:
getPayload in interface MessageFormats.PersistentMessageOrBuilder

getPayloadOrBuilder

public MessageFormats.PersistentPayloadOrBuilder getPayloadOrBuilder()
optional .PersistentPayload payload = 1;

Specified by:
getPayloadOrBuilder in interface MessageFormats.PersistentMessageOrBuilder

hasSequenceNr

public boolean hasSequenceNr()
optional int64 sequenceNr = 2;

Specified by:
hasSequenceNr in interface MessageFormats.PersistentMessageOrBuilder

getSequenceNr

public long getSequenceNr()
optional int64 sequenceNr = 2;

Specified by:
getSequenceNr in interface MessageFormats.PersistentMessageOrBuilder

hasPersistenceId

public boolean hasPersistenceId()
optional string persistenceId = 3;

Specified by:
hasPersistenceId in interface MessageFormats.PersistentMessageOrBuilder

getPersistenceId

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

Specified by:
getPersistenceId in interface MessageFormats.PersistentMessageOrBuilder

getPersistenceIdBytes

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

Specified by:
getPersistenceIdBytes in interface MessageFormats.PersistentMessageOrBuilder

hasDeleted

public boolean hasDeleted()
optional bool deleted = 4;

Specified by:
hasDeleted in interface MessageFormats.PersistentMessageOrBuilder

getDeleted

public boolean getDeleted()
optional bool deleted = 4;

Specified by:
getDeleted in interface MessageFormats.PersistentMessageOrBuilder

hasRedeliveries

public boolean hasRedeliveries()
optional int32 redeliveries = 6;

Specified by:
hasRedeliveries in interface MessageFormats.PersistentMessageOrBuilder

getRedeliveries

public int getRedeliveries()
optional int32 redeliveries = 6;

Specified by:
getRedeliveries in interface MessageFormats.PersistentMessageOrBuilder

getConfirmsList

public java.util.List<java.lang.String> getConfirmsList()
repeated string confirms = 7;

Specified by:
getConfirmsList in interface MessageFormats.PersistentMessageOrBuilder

getConfirmsCount

public int getConfirmsCount()
repeated string confirms = 7;

Specified by:
getConfirmsCount in interface MessageFormats.PersistentMessageOrBuilder

getConfirms

public java.lang.String getConfirms(int index)
repeated string confirms = 7;

Specified by:
getConfirms in interface MessageFormats.PersistentMessageOrBuilder

getConfirmsBytes

public com.google.protobuf.ByteString getConfirmsBytes(int index)
repeated string confirms = 7;

Specified by:
getConfirmsBytes in interface MessageFormats.PersistentMessageOrBuilder

hasConfirmable

public boolean hasConfirmable()
optional bool confirmable = 8;

Specified by:
hasConfirmable in interface MessageFormats.PersistentMessageOrBuilder

getConfirmable

public boolean getConfirmable()
optional bool confirmable = 8;

Specified by:
getConfirmable in interface MessageFormats.PersistentMessageOrBuilder

hasConfirmMessage

public boolean hasConfirmMessage()
optional .DeliveredMessage confirmMessage = 9;

Specified by:
hasConfirmMessage in interface MessageFormats.PersistentMessageOrBuilder

getConfirmMessage

public MessageFormats.DeliveredMessage getConfirmMessage()
optional .DeliveredMessage confirmMessage = 9;

Specified by:
getConfirmMessage in interface MessageFormats.PersistentMessageOrBuilder

getConfirmMessageOrBuilder

public MessageFormats.DeliveredMessageOrBuilder getConfirmMessageOrBuilder()
optional .DeliveredMessage confirmMessage = 9;

Specified by:
getConfirmMessageOrBuilder in interface MessageFormats.PersistentMessageOrBuilder

hasConfirmTarget

public boolean hasConfirmTarget()
optional string confirmTarget = 10;

Specified by:
hasConfirmTarget in interface MessageFormats.PersistentMessageOrBuilder

getConfirmTarget

public java.lang.String getConfirmTarget()
optional string confirmTarget = 10;

Specified by:
getConfirmTarget in interface MessageFormats.PersistentMessageOrBuilder

getConfirmTargetBytes

public com.google.protobuf.ByteString getConfirmTargetBytes()
optional string confirmTarget = 10;

Specified by:
getConfirmTargetBytes in interface MessageFormats.PersistentMessageOrBuilder

hasSender

public boolean hasSender()
optional string sender = 11;

Specified by:
hasSender in interface MessageFormats.PersistentMessageOrBuilder

getSender

public java.lang.String getSender()
optional string sender = 11;

Specified by:
getSender in interface MessageFormats.PersistentMessageOrBuilder

getSenderBytes

public com.google.protobuf.ByteString getSenderBytes()
optional string sender = 11;

Specified by:
getSenderBytes in interface MessageFormats.PersistentMessageOrBuilder

isInitialized

public final boolean isInitialized()

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws java.io.IOException
Throws:
java.io.IOException

getSerializedSize

public int getSerializedSize()

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

parseFrom

public static MessageFormats.PersistentMessage parseFrom(com.google.protobuf.ByteString data)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static MessageFormats.PersistentMessage parseFrom(com.google.protobuf.ByteString data,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static MessageFormats.PersistentMessage parseFrom(byte[] data,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static MessageFormats.PersistentMessage parseFrom(java.io.InputStream input,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static MessageFormats.PersistentMessage parseDelimitedFrom(java.io.InputStream input)
                                                           throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static MessageFormats.PersistentMessage parseDelimitedFrom(java.io.InputStream input,
                                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                           throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static MessageFormats.PersistentMessage parseFrom(com.google.protobuf.CodedInputStream input)
                                                  throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static MessageFormats.PersistentMessage parseFrom(com.google.protobuf.CodedInputStream input,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws java.io.IOException
Throws:
java.io.IOException

newBuilder

public static MessageFormats.PersistentMessage.Builder newBuilder()

newBuilderForType

public MessageFormats.PersistentMessage.Builder newBuilderForType()

newBuilder

public static MessageFormats.PersistentMessage.Builder newBuilder(MessageFormats.PersistentMessage prototype)

toBuilder

public MessageFormats.PersistentMessage.Builder toBuilder()

newBuilderForType

protected MessageFormats.PersistentMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)