package proteus
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- proteus
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
ArangoClient extends Auth
General Database management
- trait ArangoConfig extends AnyRef
-
trait
Auth extends ArangoConfig
Handles authentication using JWT headers
-
class
DocumentClient extends ArangoClient with Auth
Manages Document API operations
-
class
GraphClient extends ArangoClient with Auth
Manages Graph API operations
- trait HTTP extends AnyRef
-
class
ProteusExecutionContext extends AnyRef
Spawned futures will be instantiated immediately and enqueued on the unbounded LinkedBlockingQueue[Runnable] attached to the thread pool
Value Members
- val DELETE: String
- val api: String
- val db: String
- def error(message: String): Left[Exception, Nothing]
- def errorMessage(message: Option[String]): String
- val gharial: String
- def isError(result: ResultMessage): Boolean
- implicit val proteusEC: ExecutionContextExecutorService
- object ArangoClient
- object DocumentClient
- object GraphClient