openfga / sdk-generator

OpenFGA Client SDK Generator
Apache License 2.0
16 stars 43 forks source link

refactor(java): Async #180

Closed booniepepper closed 1 year ago

booniepepper commented 1 year ago

Description

Switches to async style Java.

The core of async is in HttpClient, and the ability to configure things like thread pools is in HttpClient.Builder.executor(Executor)

References

Review Checklist