Builder

object Builder extends ConfigBuilder[Empty]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def build(implicit @implicitNotFound("Tenant, Namespace and URL are mandatory. To create a default configuration, use Config.Builder.default instead.") ev: Empty =:= Mandatory): Config

It creates a new configuration.

It creates a new configuration.

Inherited from
ConfigBuilder

It creates a new configuration with the following default values:

It creates a new configuration with the following default values:

Inherited from
ConfigBuilder
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def withNameSpace(namespace: String): ConfigBuilder[Empty & Namespace]
Inherited from
ConfigBuilder
def withTenant(tenant: String): ConfigBuilder[Empty & Tenant]
Inherited from
ConfigBuilder
def withURL(url: String): ConfigBuilder[Empty & URL]
Inherited from
ConfigBuilder