MongoConnection

mongo4cats.models.client.MongoConnection
See theMongoConnection companion class

Attributes

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

Members list

Value members

Concrete methods

def apply(host: String, port: Option[Int], credential: Option[MongoCredential], connectionType: MongoConnectionType): MongoConnection
def classic(host: String, port: Int, credential: Option[MongoCredential]): MongoConnection
def srv(host: String, credential: Option[MongoCredential]): MongoConnection