akka.contrib.pattern.protobuf.msg
Class DistributedPubSubMessages.Send

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.contrib.pattern.protobuf.msg.DistributedPubSubMessages.Send
All Implemented Interfaces:
DistributedPubSubMessages.SendOrBuilder
Enclosing class:
DistributedPubSubMessages

public static final class DistributedPubSubMessages.Send
extends com.google.protobuf.GeneratedMessage
implements DistributedPubSubMessages.SendOrBuilder

Protobuf type Send


 Send normally local, but it is also used by the ClusterClient.
 


Nested Class Summary
static class DistributedPubSubMessages.Send.Builder
          Protobuf type Send
 
Field Summary
static int LOCALAFFINITY_FIELD_NUMBER
           
static  PARSER
           
static int PATH_FIELD_NUMBER
           
static int PAYLOAD_FIELD_NUMBER
           
 
Method Summary
static DistributedPubSubMessages.Send getDefaultInstance()
           
 DistributedPubSubMessages.Send getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 boolean getLocalAffinity()
          required bool localAffinity = 2;
  getParserForType()
           
 java.lang.String getPath()
          required string path = 1;
 com.google.protobuf.ByteString getPathBytes()
          required string path = 1;
 DistributedPubSubMessages.Payload getPayload()
          required .Payload payload = 3;
 DistributedPubSubMessages.PayloadOrBuilder getPayloadOrBuilder()
          required .Payload payload = 3;
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasLocalAffinity()
          required bool localAffinity = 2;
 boolean hasPath()
          required string path = 1;
 boolean hasPayload()
          required .Payload payload = 3;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static DistributedPubSubMessages.Send.Builder newBuilder()
           
static DistributedPubSubMessages.Send.Builder newBuilder(DistributedPubSubMessages.Send prototype)
           
 DistributedPubSubMessages.Send.Builder newBuilderForType()
           
protected  DistributedPubSubMessages.Send.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static DistributedPubSubMessages.Send parseDelimitedFrom(java.io.InputStream input)
           
static DistributedPubSubMessages.Send parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Send parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Send parseFrom(com.google.protobuf.ByteString data)
           
static DistributedPubSubMessages.Send parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Send parseFrom(com.google.protobuf.CodedInputStream input)
           
static DistributedPubSubMessages.Send parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Send parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DistributedPubSubMessages.Send.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

PATH_FIELD_NUMBER

public static final int PATH_FIELD_NUMBER
See Also:
Constant Field Values

LOCALAFFINITY_FIELD_NUMBER

public static final int LOCALAFFINITY_FIELD_NUMBER
See Also:
Constant Field Values

PAYLOAD_FIELD_NUMBER

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

getDefaultInstance

public static DistributedPubSubMessages.Send getDefaultInstance()

getDefaultInstanceForType

public DistributedPubSubMessages.Send 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()

hasPath

public boolean hasPath()
required string path = 1;

Specified by:
hasPath in interface DistributedPubSubMessages.SendOrBuilder

getPath

public java.lang.String getPath()
required string path = 1;

Specified by:
getPath in interface DistributedPubSubMessages.SendOrBuilder

getPathBytes

public com.google.protobuf.ByteString getPathBytes()
required string path = 1;

Specified by:
getPathBytes in interface DistributedPubSubMessages.SendOrBuilder

hasLocalAffinity

public boolean hasLocalAffinity()
required bool localAffinity = 2;

Specified by:
hasLocalAffinity in interface DistributedPubSubMessages.SendOrBuilder

getLocalAffinity

public boolean getLocalAffinity()
required bool localAffinity = 2;

Specified by:
getLocalAffinity in interface DistributedPubSubMessages.SendOrBuilder

hasPayload

public boolean hasPayload()
required .Payload payload = 3;

Specified by:
hasPayload in interface DistributedPubSubMessages.SendOrBuilder

getPayload

public DistributedPubSubMessages.Payload getPayload()
required .Payload payload = 3;

Specified by:
getPayload in interface DistributedPubSubMessages.SendOrBuilder

getPayloadOrBuilder

public DistributedPubSubMessages.PayloadOrBuilder getPayloadOrBuilder()
required .Payload payload = 3;

Specified by:
getPayloadOrBuilder in interface DistributedPubSubMessages.SendOrBuilder

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

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

public static DistributedPubSubMessages.Send parseDelimitedFrom(java.io.InputStream input)
                                                         throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static DistributedPubSubMessages.Send.Builder newBuilder()

newBuilderForType

public DistributedPubSubMessages.Send.Builder newBuilderForType()

newBuilder

public static DistributedPubSubMessages.Send.Builder newBuilder(DistributedPubSubMessages.Send prototype)

toBuilder

public DistributedPubSubMessages.Send.Builder toBuilder()

newBuilderForType

protected DistributedPubSubMessages.Send.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)