Class Response


  • public class Response
    extends Object
    Represent (part of) the JSON response from Consul That means that the the key and value are exactly what we get back from Consul
    • Constructor Detail

    • Method Detail

      • getKey

        public String getKey()
      • getValue

        public String getValue()
      • getDecodedValue

        public String getDecodedValue()
        Consul encodes the value of a key into base64 in order to not interfere with the encoding of format of the response