ArangoClient

avokka.arangodb.protocol.ArangoClient$
See theArangoClient companion trait
object ArangoClient

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

abstract class Impl[F[_]](configuration: ArangoConfiguration)(implicit F: MonadThrow[F], L: MessageLogger[F]) extends ArangoClient[F]

Abstract implementation of client execute methods, send method is left to akka or fs2

Abstract implementation of client execute methods, send method is left to akka or fs2

Type parameters

F

effect

Value parameters

F

monad

L

logger

configuration

client configuration

Attributes

Supertypes
trait ArangoClient[F]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](implicit ev: ArangoClient[F]): ArangoClient[F]