Interface DistributedPubSubMessages.SendOrBuilder

    • 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;
      • hasLocalAffinity

        boolean hasLocalAffinity()
        required bool localAffinity = 2;
      • getLocalAffinity

        boolean getLocalAffinity()
        required bool localAffinity = 2;
      • hasPayload

        boolean hasPayload()
        required .Payload payload = 3;