ArangoContainer

io.funkode.arangodb.docker.ArangoContainer$
See theArangoContainer companion class

Attributes

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

Members list

Concise view

Type members

Classlikes

case class Def(password: String, port: Int, version: String) extends Def[ArangoContainer]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Def[ArangoContainer]
trait ContainerDef
class Object
trait Matchable
class Any
object Defaults

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def live[Encoder[_], Decoder[_]](using evidence$1: Tag[Encoder], evidence$2: Tag[Decoder]): ZLayer[ArangoConfiguration, Nothing, ArangoContainer]
def makeScopedContainer(config: ArangoConfiguration): ZIO[Scope, Nothing, ArangoContainer]
def waitStrategy: HttpWaitStrategy
def waitStrategyWithCredentials(password: String): HttpWaitStrategy