The cluster support (multiple connections)
The connections resolver.
The credentials resolver.
The default port number
The default protocol
The connection options
The list of supported protocols
Composes Composite connection options from connection and credential parameters.
(optional) transaction id to trace execution through call chain.
connection parameters
credential parameters
optional parameters
callback function that receives resolved options or error.
Composes connection and credential parameters into connection options. This method can be overriden in child classes.
a list of connection parameters
credential parameters
optional parameters
a composed connection options.
Configures component by passing configuration parameters.
configuration parameters to be set.
Finalize merged options This method can be overriden in child classes.
connection options
finalized connection options
Merges connection options with connection parameters This method can be overriden in child classes.
connection options
connection parameters to be merged
merged connection options.
Merges connection options with credential parameters This method can be overriden in child classes.
connection options
credential parameters to be merged
merged connection options.
Merges connection options with optional parameters This method can be overriden in child classes.
connection options
optional parameters to be merged
merged connection options.
Resolves connection options from connection and credential parameters.
(optional) transaction id to trace execution through call chain.
callback function that receives resolved options or error.
Sets references to dependent components.
references to locate the component dependencies.
Validates connection parameters. This method can be overriden in child classes.
(optional) transaction id to trace execution through call chain.
connection parameters to be validated
error or null
if validation was successful
Validates credential parameters. This method can be overriden in child classes.
(optional) transaction id to trace execution through call chain.
credential parameters to be validated
error or null
if validation was successful
Generated using TypeDoc
Helper class that resolves connection and credential parameters, validates them and generates connection options.
Configuration parameters
References
*:discovery:*:*:1.0
(optional) IDiscovery services to resolve connections*:credential-store:*:*:1.0
(optional) Credential stores to resolve credentials