Interface ArangoClient

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

    public interface ArangoClient
    extends java.lang.AutoCloseable
    ArangoDB Sync Accessor ArangoDB and database name as configured for application.
    Since:
    15.3.2020
    • Method Summary

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

        close
    • Method Detail

      • accessor

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

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