Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Add single line of documentation to example 4 #176

Merged
merged 6 commits into from
Oct 14, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ String value = kvClient.getValueAsString("foo").get(); // bar

### Example 4: Blocking call for value.

A blocking is used to wait for a potential changes in the key value store.

```java
Consul consul = Consul.builder().build();
final KeyValueClient kvClient = consul.keyValueClient();
Expand Down