Writing Taxi queries using Java SDK
Available since 0.38.0
The Java SDK provides a convenient way to generate strongly typed queries and response types from TaxiQL queries.
Designed for both Kotlin and Java, the library has minimal dependencies, and generates query interfaces at build time, which are then executed remotely against a running Orbital instance.
The library is open sourced as part of Taxi. Full docs are available here