akka.persistence.serialization
Class MessageFormats.DeliverMessage

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

public static final class MessageFormats.DeliverMessage
extends com.google.protobuf.GeneratedMessage
implements MessageFormats.DeliverMessageOrBuilder

Protobuf type DeliverMessage


Nested Class Summary
static class MessageFormats.DeliverMessage.Builder
          Protobuf type DeliverMessage
 
Field Summary
static int DESTINATION_FIELD_NUMBER
           
static  PARSER
           
static int PERSISTENT_FIELD_NUMBER
           
 
Method Summary
static MessageFormats.DeliverMessage getDefaultInstance()
           
 MessageFormats.DeliverMessage getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getDestination()
          optional string destination = 2;
 com.google.protobuf.ByteString getDestinationBytes()
          optional string destination = 2;
  getParserForType()
           
 MessageFormats.PersistentMessage getPersistent()
          optional .PersistentMessage persistent = 1;
 MessageFormats.PersistentMessageOrBuilder getPersistentOrBuilder()
          optional .PersistentMessage persistent = 1;
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasDestination()
          optional string destination = 2;
 boolean hasPersistent()
          optional .PersistentMessage persistent = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static MessageFormats.DeliverMessage.Builder newBuilder()
           
static MessageFormats.DeliverMessage.Builder newBuilder(MessageFormats.DeliverMessage prototype)
           
 MessageFormats.DeliverMessage.Builder newBuilderForType()
           
protected  MessageFormats.DeliverMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static MessageFormats.DeliverMessage parseDelimitedFrom(java.io.InputStream input)
           
static MessageFormats.DeliverMessage parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.DeliverMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.DeliverMessage parseFrom(com.google.protobuf.ByteString data)
           
static MessageFormats.DeliverMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.DeliverMessage parseFrom(com.google.protobuf.CodedInputStream input)
           
static MessageFormats.DeliverMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.DeliverMessage parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MessageFormats.DeliverMessage.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

PERSISTENT_FIELD_NUMBER

public static final int PERSISTENT_FIELD_NUMBER
See Also:
Constant Field Values

DESTINATION_FIELD_NUMBER

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

getDefaultInstance

public static MessageFormats.DeliverMessage getDefaultInstance()

getDefaultInstanceForType

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

hasPersistent

public boolean hasPersistent()
optional .PersistentMessage persistent = 1;

Specified by:
hasPersistent in interface MessageFormats.DeliverMessageOrBuilder

getPersistent

public MessageFormats.PersistentMessage getPersistent()
optional .PersistentMessage persistent = 1;

Specified by:
getPersistent in interface MessageFormats.DeliverMessageOrBuilder

getPersistentOrBuilder

public MessageFormats.PersistentMessageOrBuilder getPersistentOrBuilder()
optional .PersistentMessage persistent = 1;

Specified by:
getPersistentOrBuilder in interface MessageFormats.DeliverMessageOrBuilder

hasDestination

public boolean hasDestination()
optional string destination = 2;

Specified by:
hasDestination in interface MessageFormats.DeliverMessageOrBuilder

getDestination

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

Specified by:
getDestination in interface MessageFormats.DeliverMessageOrBuilder

getDestinationBytes

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

Specified by:
getDestinationBytes in interface MessageFormats.DeliverMessageOrBuilder

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static MessageFormats.DeliverMessage.Builder newBuilder()

newBuilderForType

public MessageFormats.DeliverMessage.Builder newBuilderForType()

newBuilder

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

toBuilder

public MessageFormats.DeliverMessage.Builder toBuilder()

newBuilderForType

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