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

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

public static final class DistributedPubSubMessages.SendToAll
extends com.google.protobuf.GeneratedMessage
implements DistributedPubSubMessages.SendToAllOrBuilder

Protobuf type SendToAll


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


Nested Class Summary
static class DistributedPubSubMessages.SendToAll.Builder
          Protobuf type SendToAll
 
Field Summary
static int ALLBUTSELF_FIELD_NUMBER
           
static  PARSER
           
static int PATH_FIELD_NUMBER
           
static int PAYLOAD_FIELD_NUMBER
           
 
Method Summary
 boolean getAllButSelf()
          required bool allButSelf = 2;
static DistributedPubSubMessages.SendToAll getDefaultInstance()
           
 DistributedPubSubMessages.SendToAll getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
  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 hasAllButSelf()
          required bool allButSelf = 2;
 boolean hasPath()
          required string path = 1;
 boolean hasPayload()
          required .Payload payload = 3;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static DistributedPubSubMessages.SendToAll.Builder newBuilder()
           
static DistributedPubSubMessages.SendToAll.Builder newBuilder(DistributedPubSubMessages.SendToAll prototype)
           
 DistributedPubSubMessages.SendToAll.Builder newBuilderForType()
           
protected  DistributedPubSubMessages.SendToAll.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static DistributedPubSubMessages.SendToAll parseDelimitedFrom(java.io.InputStream input)
           
static DistributedPubSubMessages.SendToAll parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.SendToAll parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.SendToAll parseFrom(com.google.protobuf.ByteString data)
           
static DistributedPubSubMessages.SendToAll parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.SendToAll parseFrom(com.google.protobuf.CodedInputStream input)
           
static DistributedPubSubMessages.SendToAll parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.SendToAll parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DistributedPubSubMessages.SendToAll.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

ALLBUTSELF_FIELD_NUMBER

public static final int ALLBUTSELF_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.SendToAll getDefaultInstance()

getDefaultInstanceForType

public DistributedPubSubMessages.SendToAll 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.SendToAllOrBuilder

getPath

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

Specified by:
getPath in interface DistributedPubSubMessages.SendToAllOrBuilder

getPathBytes

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

Specified by:
getPathBytes in interface DistributedPubSubMessages.SendToAllOrBuilder

hasAllButSelf

public boolean hasAllButSelf()
required bool allButSelf = 2;

Specified by:
hasAllButSelf in interface DistributedPubSubMessages.SendToAllOrBuilder

getAllButSelf

public boolean getAllButSelf()
required bool allButSelf = 2;

Specified by:
getAllButSelf in interface DistributedPubSubMessages.SendToAllOrBuilder

hasPayload

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

Specified by:
hasPayload in interface DistributedPubSubMessages.SendToAllOrBuilder

getPayload

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

Specified by:
getPayload in interface DistributedPubSubMessages.SendToAllOrBuilder

getPayloadOrBuilder

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

Specified by:
getPayloadOrBuilder in interface DistributedPubSubMessages.SendToAllOrBuilder

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static DistributedPubSubMessages.SendToAll.Builder newBuilder()

newBuilderForType

public DistributedPubSubMessages.SendToAll.Builder newBuilderForType()

newBuilder

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

toBuilder

public DistributedPubSubMessages.SendToAll.Builder toBuilder()

newBuilderForType

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