Abstract
Protected
_configPrivate
sanitizeClientConfigBuilder (mutated self)
Abstract
addAdd a default configuration bundle
Promise
Abstract
addAdd the default configuration bundle
ClientConfigBuilder (mutated self)
Add an Env. If an Env is already associated with the uri, it is modified.
ClientConfigBuilder (mutated self)
Add one or more Envs This is equivalent to calling addEnv for each Env
ClientConfigBuilder (mutated self)
Register an implementation of a single interface
ClientConfigBuilder (mutated self)
Register one or more implementation of a single interface
ClientConfigBuilder (mutated self)
Add a URI Resolver, capable of resolving a URI to a wrapper
ClientConfigBuilder (mutated self)
A UriResolverLike can be any one of:
IUriResolver
Add one or more URI Resolvers, capable of resolving URIs to wrappers
ClientConfigBuilder (mutated self)
A UriResolverLike can be any one of:
IUriResolver
Abstract
buildBuild a sanitized core client configuration that can be passed to the PolywrapClient or PolywrapCoreClient constructors
CoreClientConfig that results from applying all the steps in the builder pipeline
Remove an Env
ClientConfigBuilder (mutated self)
Remove an implementation of a single interface
ClientConfigBuilder (mutated self)
Remove an embedded wrap package
ClientConfigBuilder (mutated self)
Remove a URI redirect
ClientConfigBuilder (mutated self)
Remove an embedded wrapper
ClientConfigBuilder (mutated self)
Add an Env. If an Env is already associated with the uri, it is replaced.
ClientConfigBuilder (mutated self)
Add an embedded wrap package
ClientConfigBuilder (mutated self)
Add one or more embedded wrap packages This is equivalent to calling setPackage for each package
ClientConfigBuilder (mutated self)
Add a redirect from one URI to another
ClientConfigBuilder (mutated self)
Add an array of URI redirects
ClientConfigBuilder (mutated self)
Add an embedded wrapper
ClientConfigBuilder (mutated self)
Add one or more embedded wrappers. This is equivalent to calling setWrapper for each wrapper.
ClientConfigBuilder (mutated self)
Generated using TypeDoc
Add a partial BuilderConfig This is equivalent to calling each of the plural add functions:
addEnvs
,setWrappers
, etc.