Close a named connector. This will stop all background credential refresh processes. All future
attempts to connect via this named connection will fail.
Resets the entire AlloyDB JDBC Connector. This will stop all background threads. The next
attempt to open a connection or register a configuration will start a new ConnectorRegistry.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The `ConnectorRegistry` class is used to configure the AlloyDB JDBC Connector."],["The latest version of the `ConnectorRegistry` is 0.2.0, with 0.1.2 being an older version."],["You can close a named connector and stop associated background processes using the `close(String name)` method."],["The `register(String name, ConnectorConfig config)` method allows you to register a named connection that can later be referenced in JDBC or R2DBC URLs."],["The `reset()` method stops all background threads and resets the entire AlloyDB JDBC Connector."]]],[]]