ConnectorRegistry is a singleton that creates a single Executor, KeyPair, and AlloyDB Admin
Client for the lifetime of the SocketFactory. When callers are finished with the Connector, they
should use the ConnectorRegistry to shut down all the associated resources.
[[["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-04-17 UTC."],[[["ConnectorRegistry is a singleton that manages an Executor, KeyPair, and AlloyDB Admin Client for the lifespan of the SocketFactory."],["It is recommended to use ConnectorRegistry to properly shut down all resources after use to prevent resource leaks."],["ConnectorRegistry implements the Closeable interface."],["The ConnectorRegistry includes a single static field called `INSTANCE`."],["There are two Static methods provided by the ConnectorRegistry, `valueOf(String name)` and `values()`, as well as an additional method `close()`."]]],[]]