Skip to content

arangodb/arangodb-java-driver-async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[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