Skip to content

Commit

Permalink
Merge branch 'master' into okta-345725-open-api-v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiishamrai-okta authored Nov 23, 2020
2 parents b6d6a3a + 7fe75a7 commit 1ad7eca
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 1ad7eca

Please sign in to comment.