ArangoClientHttp
io.funkode.arangodb.http.ArangoClientHttp
class ArangoClientHttp[Encoder[_], Decoder[_]](config: ArangoConfiguration, httpClient: Client)(using httpEncoder: HttpEncoder[Encoder], httpDecoder: HttpDecoder[Decoder], tokenEncoder: Encoder[Token], tokenDecoder: Decoder[Token], userEncoder: Encoder[UserPassword], userDecodeR: Decoder[UserPassword], errorDecoder: Decoder[ArangoError]) extends ArangoClient[Encoder, Decoder]
Attributes
- Graph
-
- Supertypes
-
trait ArangoClient[Encoder, Decoder]class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
def command[I, O](message: ArangoMessage[I])(using evidence$2: Encoder[I], evidence$3: Decoder[O]): AIO[ArangoMessage[O]]
Inherited methods
Attributes
- Inherited from:
- ArangoClient
def commandBody[I, O](message: ArangoMessage[I])(using evidence$5: Encoder[I], evidence$6: Decoder[O]): AIO[O]
Attributes
- Inherited from:
- ArangoClient
def commandBodyRaw[Encoder[_], Decoder[_]](message: ArangoMessage[ArangoStreamRaw]): ArangoStreamRaw
Attributes
- Inherited from:
- ArangoClient
Attributes
- Inherited from:
- ArangoClient
Attributes
- Inherited from:
- ArangoClient
Attributes
- Inherited from:
- ArangoClient
Attributes
- Inherited from:
- ArangoClient
Attributes
- Inherited from:
- ArangoClient
Attributes
- Inherited from:
- ArangoClient
Extensions
Inherited extensions
extension (serviceWithClient: AIO[ArangoClient[Encoder, Decoder]])(serviceWithClient: AIO[ArangoClient[Encoder, Decoder]])
Attributes
- Inherited from:
- ArangoClient
Attributes
- Inherited from:
- ArangoClient
Attributes
- Inherited from:
- ArangoClient
Attributes
- Inherited from:
- ArangoClient
In this article