|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.protobuf.GeneratedMessage
akka.contrib.pattern.protobuf.msg.DistributedPubSubMessages.Publish
public static final class DistributedPubSubMessages.Publish
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 |
---|
public staticPARSER
public static final int TOPIC_FIELD_NUMBER
public static final int PAYLOAD_FIELD_NUMBER
Method Detail |
---|
public static DistributedPubSubMessages.Publish getDefaultInstance()
public DistributedPubSubMessages.Publish getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
publicgetParserForType()
public boolean hasTopic()
required string topic = 1;
hasTopic
in interface DistributedPubSubMessages.PublishOrBuilder
public java.lang.String getTopic()
required string topic = 1;
getTopic
in interface DistributedPubSubMessages.PublishOrBuilder
public com.google.protobuf.ByteString getTopicBytes()
required string topic = 1;
getTopicBytes
in interface DistributedPubSubMessages.PublishOrBuilder
public boolean hasPayload()
required .Payload payload = 3;
hasPayload
in interface DistributedPubSubMessages.PublishOrBuilder
public DistributedPubSubMessages.Payload getPayload()
required .Payload payload = 3;
getPayload
in interface DistributedPubSubMessages.PublishOrBuilder
public DistributedPubSubMessages.PayloadOrBuilder getPayloadOrBuilder()
required .Payload payload = 3;
getPayloadOrBuilder
in interface DistributedPubSubMessages.PublishOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
java.io.ObjectStreamException
public static DistributedPubSubMessages.Publish parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.Publish parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.Publish parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.Publish parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Publish parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Publish parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Publish parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Publish parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Publish.Builder newBuilder()
public DistributedPubSubMessages.Publish.Builder newBuilderForType()
public static DistributedPubSubMessages.Publish.Builder newBuilder(DistributedPubSubMessages.Publish prototype)
public DistributedPubSubMessages.Publish.Builder toBuilder()
protected DistributedPubSubMessages.Publish.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |