ServerConfig

dev.mongocamp.driver.mongodb.server.ServerConfig
See theServerConfig companion class
object ServerConfig extends ConfigHelper

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait ConfigHelper
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromPath(configPath: String): ServerConfig
def serverBackendFromString(backendName: String): Value

Inherited methods

def booleanConfig(configPath: String, key: String, default: Boolean): Boolean

Attributes

Inherited from:
ConfigHelper
def intConfig(configPath: String, key: String, default: Int): Int

Attributes

Inherited from:
ConfigHelper
def stringConfig(configPath: String, key: String, default: String): Option[String]

Attributes

Inherited from:
ConfigHelper

Concrete fields

val DefaultHost: String
val DefaultPort: Int
val DefaultServerName: String

Inherited fields

val conf: Config

Attributes

Inherited from:
ConfigHelper