ArangoConfiguration

avokka.arangodb.ArangoConfiguration
See theArangoConfiguration companion object
final case class ArangoConfiguration(host: String, port: Int, username: String, password: String, chunkLength: Long, readBufferSize: Int, connectTimeout: FiniteDuration, replyTimeout: FiniteDuration, database: DatabaseName) extends VStreamConfiguration

arango configuration

Value parameters

chunkLength

chunk byte size

connectTimeout

timeout to connection

database

default database name

host

server hostname

password

password

port

server port

replyTimeout

timeout to response

username

username

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product