OptionsCapableConnectionFactory
constructor(options: ConnectionFactoryOptions, delegate: ConnectionFactory)
Create a new OptionsCapableConnectionFactory
that will provide access to the given options
that were used to build the given delegate
ConnectionFactory.
Parameters
options
the options from which the connection factory was built
delegate
the delegate connection factory that was built with options