[DEPRECATED]: arangodb-java-driver-async
has been merged into arangodb-java-driver
arangodb-java-driver-async
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 ofArangoDB
- Each method, which performs a database operation, returns a
CompletableFuture
instead of the normal result. - Only the transport protocol
VST
is supported (noHTTP
).