public static interface DistributedPubSubMessages.SendToAllOrBuilder
extends akka.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getAllButSelf()
required bool allButSelf = 2; |
java.lang.String |
getPath()
required string path = 1; |
akka.protobuf.ByteString |
getPathBytes()
required string path = 1; |
DistributedPubSubMessages.Payload |
getPayload()
required .Payload payload = 3; |
DistributedPubSubMessages.PayloadOrBuilder |
getPayloadOrBuilder()
required .Payload payload = 3; |
boolean |
hasAllButSelf()
required bool allButSelf = 2; |
boolean |
hasPath()
required string path = 1; |
boolean |
hasPayload()
required .Payload payload = 3; |
boolean hasPath()
required string path = 1;
java.lang.String getPath()
required string path = 1;
akka.protobuf.ByteString getPathBytes()
required string path = 1;
boolean hasAllButSelf()
required bool allButSelf = 2;
boolean getAllButSelf()
required bool allButSelf = 2;
boolean hasPayload()
required .Payload payload = 3;
DistributedPubSubMessages.Payload getPayload()
required .Payload payload = 3;
DistributedPubSubMessages.PayloadOrBuilder getPayloadOrBuilder()
required .Payload payload = 3;