Skip to content

Commit e39f575

Browse files
committed
docs(java): add async client JavaDoc and usage guide (#2231)
1 parent 5306a91 commit e39f575

10 files changed

Lines changed: 1521 additions & 90 deletions

File tree

foreign/java/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ info.getUserAgent(); // User-Agent string for HTTP
193193

194194
All exceptions thrown by the SDK inherit from `IggyException`. This allows you to catch all SDK-related errors with a single catch block, or handle specific exception types for more granular error handling.
195195

196+
## Documentation
197+
198+
- **[Async Client Guide](java-sdk/ASYNC_CLIENT.md)** — comprehensive guide for the async TCP client, including getting started, connection management, error handling, CompletableFuture patterns, example applications, performance characteristics, and a migration guide from blocking to async.
199+
196200
## Examples
197201

198202
See the [`examples`](examples/) module for basic consumer and producer implementations using the SDK.

0 commit comments

Comments
 (0)