avokka.arangodb.akka

Members list

Type members

Classlikes

trait Arango extends ArangoClient[Future]

Attributes

Companion
object
Supertypes
trait ArangoClient[Future]
class Object
trait Matchable
class Any
object Arango

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Arango.type
final class ArangoCursorSource[V, T](query: ArangoQuery[Future, V])(implicit decoder: VPackDecoder[T]) extends GraphStage[SourceShape[T]]

Attributes

Supertypes
class GraphStage[SourceShape[T]]
class GraphStageWithMaterializedValue[SourceShape[T], NotUsed]
trait Graph[SourceShape[T], NotUsed]
class Object
trait Matchable
class Any
Show all

Types

type AkkaStream[_[_], T] = Source[T, NotUsed]

Implicits

Implicits

implicit val arangoStreamAkkaStream: Aux[Future, AkkaStream]