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

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

public static final class DistributedPubSubMessages.Publish
extends com.google.protobuf.GeneratedMessage
implements DistributedPubSubMessages.PublishOrBuilder

Protobuf type Publish


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


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

TOPIC_FIELD_NUMBER

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

getDefaultInstanceForType

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

hasTopic

public boolean hasTopic()
required string topic = 1;

Specified by:
hasTopic in interface DistributedPubSubMessages.PublishOrBuilder

getTopic

public java.lang.String getTopic()
required string topic = 1;

Specified by:
getTopic in interface DistributedPubSubMessages.PublishOrBuilder

getTopicBytes

public com.google.protobuf.ByteString getTopicBytes()
required string topic = 1;

Specified by:
getTopicBytes in interface DistributedPubSubMessages.PublishOrBuilder

hasPayload

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

Specified by:
hasPayload in interface DistributedPubSubMessages.PublishOrBuilder

getPayload

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

Specified by:
getPayload in interface DistributedPubSubMessages.PublishOrBuilder

getPayloadOrBuilder

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

Specified by:
getPayloadOrBuilder in interface DistributedPubSubMessages.PublishOrBuilder

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static DistributedPubSubMessages.Publish.Builder newBuilder()

newBuilderForType

public DistributedPubSubMessages.Publish.Builder newBuilderForType()

newBuilder

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

toBuilder

public DistributedPubSubMessages.Publish.Builder toBuilder()

newBuilderForType

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