akka.contrib.pattern.protobuf.msg
Interface DistributedPubSubMessages.SendOrBuilder
- All Known Implementing Classes:
- DistributedPubSubMessages.Send, DistributedPubSubMessages.Send.Builder
- Enclosing class:
- DistributedPubSubMessages
public static interface DistributedPubSubMessages.SendOrBuilder
hasPath
boolean hasPath()
required string path = 1;
getPath
java.lang.String getPath()
required string path = 1;
getPathBytes
com.google.protobuf.ByteString getPathBytes()
required string path = 1;
hasLocalAffinity
boolean hasLocalAffinity()
required bool localAffinity = 2;
getLocalAffinity
boolean getLocalAffinity()
required bool localAffinity = 2;
hasPayload
boolean hasPayload()
required .Payload payload = 3;
getPayload
DistributedPubSubMessages.Payload getPayload()
required .Payload payload = 3;
getPayloadOrBuilder
DistributedPubSubMessages.PayloadOrBuilder getPayloadOrBuilder()
required .Payload payload = 3;