Class ArangoClientAsyncImpl

  • All Implemented Interfaces:
    ArangoClientAsync, java.lang.AutoCloseable

    public class ArangoClientAsyncImpl
    extends java.lang.Object
    implements ArangoClientAsync
    ArangoDB Async Accessor ArangoDBAsync and database name as configured for application.
    Since:
    29.2.2020
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ArangoClientAsyncImpl

        public ArangoClientAsyncImpl​(com.arangodb.async.ArangoDBAsync accessor,
                                     ArangoAsyncConfiguration configuration)
    • Method Detail

      • db

        public com.arangodb.async.ArangoDatabaseAsync db()
        Specified by:
        db in interface ArangoClientAsync
        Returns:
        Accessor to specified ArangoDB database.
      • accessor

        public com.arangodb.async.ArangoDBAsync accessor()
        Specified by:
        accessor in interface ArangoClientAsync
        Returns:
        Configured ArangoDB accessor ArangoDBAsync.
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object