Skip to content

Commit

Permalink
Update README.md (#485)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Brian Demers <bdemers@apache.org>

* Update README.md

Co-authored-by: Brian Demers <bdemers@apache.org>

Co-authored-by: Brian Demers <bdemers@apache.org>
  • Loading branch information
arvindkrishnakumar-okta and bdemers authored Nov 19, 2020
1 parent 3956e86 commit 7fe75a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,10 @@ ExtensibleResource result = client.http()
```
[//]: # (end: callAnotherEndpoint)

### Thread Safety

Every instance of the SDK `Client` is thread-safe. You **should** use the same instance throughout the entire lifecycle of your application. Each instance has its own Connection pool and Caching resources that are automatically released when the instance is garbage collected.

## Paging

Paging is handled automatically when iterating over a any collection.
Expand Down

0 comments on commit 7fe75a7

Please sign in to comment.