|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.contrib.pattern.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
public static final class DistributedPubSubMessages.SendToAll.Builder
Protobuf type SendToAll
SendToAll normally local, but it is also used by the ClusterClient.
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public DistributedPubSubMessages.SendToAll.Builder clear()
public DistributedPubSubMessages.SendToAll.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public DistributedPubSubMessages.SendToAll getDefaultInstanceForType()
public DistributedPubSubMessages.SendToAll build()
public DistributedPubSubMessages.SendToAll buildPartial()
public DistributedPubSubMessages.SendToAll.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public DistributedPubSubMessages.SendToAll.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public boolean hasPath()
required string path = 1;
hasPath
in interface DistributedPubSubMessages.SendToAllOrBuilder
public java.lang.String getPath()
required string path = 1;
getPath
in interface DistributedPubSubMessages.SendToAllOrBuilder
public com.google.protobuf.ByteString getPathBytes()
required string path = 1;
getPathBytes
in interface DistributedPubSubMessages.SendToAllOrBuilder
public DistributedPubSubMessages.SendToAll.Builder setPath(java.lang.String value)
required string path = 1;
public DistributedPubSubMessages.SendToAll.Builder clearPath()
required string path = 1;
public DistributedPubSubMessages.SendToAll.Builder setPathBytes(com.google.protobuf.ByteString value)
required string path = 1;
public boolean hasAllButSelf()
required bool allButSelf = 2;
hasAllButSelf
in interface DistributedPubSubMessages.SendToAllOrBuilder
public boolean getAllButSelf()
required bool allButSelf = 2;
getAllButSelf
in interface DistributedPubSubMessages.SendToAllOrBuilder
public DistributedPubSubMessages.SendToAll.Builder setAllButSelf(boolean value)
required bool allButSelf = 2;
public DistributedPubSubMessages.SendToAll.Builder clearAllButSelf()
required bool allButSelf = 2;
public boolean hasPayload()
required .Payload payload = 3;
hasPayload
in interface DistributedPubSubMessages.SendToAllOrBuilder
public DistributedPubSubMessages.Payload getPayload()
required .Payload payload = 3;
getPayload
in interface DistributedPubSubMessages.SendToAllOrBuilder
public DistributedPubSubMessages.SendToAll.Builder setPayload(DistributedPubSubMessages.Payload value)
required .Payload payload = 3;
public DistributedPubSubMessages.SendToAll.Builder setPayload(DistributedPubSubMessages.Payload.Builder builderForValue)
required .Payload payload = 3;
public DistributedPubSubMessages.SendToAll.Builder mergePayload(DistributedPubSubMessages.Payload value)
required .Payload payload = 3;
public DistributedPubSubMessages.SendToAll.Builder clearPayload()
required .Payload payload = 3;
public DistributedPubSubMessages.Payload.Builder getPayloadBuilder()
required .Payload payload = 3;
public DistributedPubSubMessages.PayloadOrBuilder getPayloadOrBuilder()
required .Payload payload = 3;
getPayloadOrBuilder
in interface DistributedPubSubMessages.SendToAllOrBuilder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |