akka.persistence.serialization
Class MessageFormats.DeliveredMessage

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

public static final class MessageFormats.DeliveredMessage
extends com.google.protobuf.GeneratedMessage
implements MessageFormats.DeliveredMessageOrBuilder

Protobuf type DeliveredMessage


Nested Class Summary
static class MessageFormats.DeliveredMessage.Builder
          Protobuf type DeliveredMessage
 
Field Summary
static int CHANNEL_FIELD_NUMBER
           
static int CHANNELID_FIELD_NUMBER
           
static int DELIVERYSEQUENCENR_FIELD_NUMBER
           
static  PARSER
           
static int PersistenceId_FIELD_NUMBER
           
static int PERSISTENTSEQUENCENR_FIELD_NUMBER
           
 
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;
static MessageFormats.DeliveredMessage getDefaultInstance()
           
 MessageFormats.DeliveredMessage getDefaultInstanceForType()
           
 long getDeliverySequenceNr()
          optional int64 deliverySequenceNr = 4;
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
  getParserForType()
           
 java.lang.String getPersistenceId()
          optional string persistenceId = 1;
 com.google.protobuf.ByteString getPersistenceIdBytes()
          optional string persistenceId = 1;
 long getPersistentSequenceNr()
          optional int64 persistentSequenceNr = 3;
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 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;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static MessageFormats.DeliveredMessage.Builder newBuilder()
           
static MessageFormats.DeliveredMessage.Builder newBuilder(MessageFormats.DeliveredMessage prototype)
           
 MessageFormats.DeliveredMessage.Builder newBuilderForType()
           
protected  MessageFormats.DeliveredMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static MessageFormats.DeliveredMessage parseDelimitedFrom(java.io.InputStream input)
           
static MessageFormats.DeliveredMessage parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.DeliveredMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.DeliveredMessage parseFrom(com.google.protobuf.ByteString data)
           
static MessageFormats.DeliveredMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.DeliveredMessage parseFrom(com.google.protobuf.CodedInputStream input)
           
static MessageFormats.DeliveredMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.DeliveredMessage parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MessageFormats.DeliveredMessage.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

PersistenceId_FIELD_NUMBER

public static final int PersistenceId_FIELD_NUMBER
See Also:
Constant Field Values

CHANNELID_FIELD_NUMBER

public static final int CHANNELID_FIELD_NUMBER
See Also:
Constant Field Values

PERSISTENTSEQUENCENR_FIELD_NUMBER

public static final int PERSISTENTSEQUENCENR_FIELD_NUMBER
See Also:
Constant Field Values

DELIVERYSEQUENCENR_FIELD_NUMBER

public static final int DELIVERYSEQUENCENR_FIELD_NUMBER
See Also:
Constant Field Values

CHANNEL_FIELD_NUMBER

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

getDefaultInstance

public static MessageFormats.DeliveredMessage getDefaultInstance()

getDefaultInstanceForType

public MessageFormats.DeliveredMessage 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()

hasPersistenceId

public boolean hasPersistenceId()
optional string persistenceId = 1;

Specified by:
hasPersistenceId in interface MessageFormats.DeliveredMessageOrBuilder

getPersistenceId

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

Specified by:
getPersistenceId in interface MessageFormats.DeliveredMessageOrBuilder

getPersistenceIdBytes

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

Specified by:
getPersistenceIdBytes in interface MessageFormats.DeliveredMessageOrBuilder

hasChannelId

public boolean hasChannelId()
optional string channelId = 2;

Specified by:
hasChannelId in interface MessageFormats.DeliveredMessageOrBuilder

getChannelId

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

Specified by:
getChannelId in interface MessageFormats.DeliveredMessageOrBuilder

getChannelIdBytes

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

Specified by:
getChannelIdBytes in interface MessageFormats.DeliveredMessageOrBuilder

hasPersistentSequenceNr

public boolean hasPersistentSequenceNr()
optional int64 persistentSequenceNr = 3;

Specified by:
hasPersistentSequenceNr in interface MessageFormats.DeliveredMessageOrBuilder

getPersistentSequenceNr

public long getPersistentSequenceNr()
optional int64 persistentSequenceNr = 3;

Specified by:
getPersistentSequenceNr in interface MessageFormats.DeliveredMessageOrBuilder

hasDeliverySequenceNr

public boolean hasDeliverySequenceNr()
optional int64 deliverySequenceNr = 4;

Specified by:
hasDeliverySequenceNr in interface MessageFormats.DeliveredMessageOrBuilder

getDeliverySequenceNr

public long getDeliverySequenceNr()
optional int64 deliverySequenceNr = 4;

Specified by:
getDeliverySequenceNr in interface MessageFormats.DeliveredMessageOrBuilder

hasChannel

public boolean hasChannel()
optional string channel = 5;

Specified by:
hasChannel in interface MessageFormats.DeliveredMessageOrBuilder

getChannel

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

Specified by:
getChannel in interface MessageFormats.DeliveredMessageOrBuilder

getChannelBytes

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

Specified by:
getChannelBytes in interface MessageFormats.DeliveredMessageOrBuilder

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.DeliveredMessage parseFrom(com.google.protobuf.ByteString data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static MessageFormats.DeliveredMessage 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.DeliveredMessage parseFrom(byte[] data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static MessageFormats.DeliveredMessage.Builder newBuilder()

newBuilderForType

public MessageFormats.DeliveredMessage.Builder newBuilderForType()

newBuilder

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

toBuilder

public MessageFormats.DeliveredMessage.Builder toBuilder()

newBuilderForType

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