Interface ArangoClientAsync

  • All Superinterfaces:
    java.lang.AutoCloseable
    All Known Implementing Classes:
    ArangoClientAsyncImpl

    public interface ArangoClientAsync
    extends java.lang.AutoCloseable
    ArangoDB Async Accessor ArangoDBAsync and database name as configured for application.
    Since:
    29.2.2020
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.arangodb.async.ArangoDBAsync accessor()  
      com.arangodb.async.ArangoDatabaseAsync db()  
      java.util.Map<java.lang.String,​java.lang.Object> properties()  
      • Methods inherited from interface java.lang.AutoCloseable

        close
    • Method Detail

      • accessor

        com.arangodb.async.ArangoDBAsync accessor()
        Returns:
        Configured ArangoDB accessor ArangoDBAsync.
      • properties

        java.util.Map<java.lang.String,​java.lang.Object> properties()
        Returns:
        Properties accessor as configured with ArangoProperties