arangodb / arangodb-java-driver-async

ArangoDB Asynchronous Java driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[DEPRECATED]: arangodb-java-driver-async has been merged into arangodb-java-driver

ArangoDB-Logo

arangodb-java-driver-async

Maven Central

The asynchronous variant of the official ArangoDB Java Driver.

The following documentation links to the documentation of the synchronous variant, because this driver provides a nearly identical API with some exceptions:

  • The main access point is the class ArangoDBAsync instead of ArangoDB
  • Each method, which performs a database operation, returns a CompletableFuture instead of the normal result.
  • Only the transport protocol VST is supported (no HTTP).

Documentation

Learn more

About

ArangoDB Asynchronous Java driver

License:Apache License 2.0


Languages

Language:Java 99.8%Language:Shell 0.2%