Class KeyValue
java.lang.Object
io.micronaut.discovery.consul.client.v1.KeyValue
Represents a Key/Value pair returned from Consul via /kv/:key.
- Since:
- 1.0
- Author:
- graemerocher
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
KeyValue
- Parameters:
key
- The keyvalue
- The value
-
-
Method Details
-
getKey
- Returns:
- The key
-
getValue
- Returns:
- The value
-