akka.contrib.pattern.protobuf.msg
Interface DistributedPubSubMessages.SendToAllOrBuilder

All Known Implementing Classes:
DistributedPubSubMessages.SendToAll, DistributedPubSubMessages.SendToAll.Builder
Enclosing class:
DistributedPubSubMessages

public static interface DistributedPubSubMessages.SendToAllOrBuilder


Method Summary
 boolean getAllButSelf()
          required bool allButSelf = 2;
 java.lang.String getPath()
          required string path = 1;
 com.google.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;
 

Method Detail

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;


hasAllButSelf

boolean hasAllButSelf()
required bool allButSelf = 2;


getAllButSelf

boolean getAllButSelf()
required bool allButSelf = 2;


hasPayload

boolean hasPayload()
required .Payload payload = 3;


getPayload

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


getPayloadOrBuilder

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