Interface DistributedPubSubMessages.SendToAllOrBuilder

    • Method Detail

      • hasPath

        boolean hasPath()
        required string path = 1;
      • getPath

        java.lang.String getPath()
        required string path = 1;
      • getPathBytes

        akka.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;