Packages

package proteus

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. proteus
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ArangoClient extends Auth

    General Database management methods

  2. trait ArangoConfig extends AnyRef
  3. trait Auth extends ArangoConfig
  4. class DocumentClient extends ArangoClient with Auth
  5. class GraphClient extends ArangoClient with Auth
  6. trait HTTP extends AnyRef
  7. class ProteusExecutionContext extends AnyRef

    Spawned futures will be instantiated immediately and enqueued on the unbounded LinkedBlockingQueue[Runnable] attached to the thread pool

Value Members

  1. val DELETE: String
  2. val api: String
  3. val db: String
  4. def errorMessage(message: Option[String]): String
  5. val gharial: String
  6. implicit val proteusEC: ExecutionContextExecutorService
  7. object ArangoClient
  8. object DocumentClient
  9. object GraphClient

Inherited from AnyRef

Inherited from Any

Ungrouped