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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eConnectorRegistry is a singleton that manages an Executor, KeyPair, and AlloyDB Admin Client for the lifespan of the SocketFactory.\u003c/p\u003e\n"],["\u003cp\u003eIt is recommended to use ConnectorRegistry to properly shut down all resources after use to prevent resource leaks.\u003c/p\u003e\n"],["\u003cp\u003eConnectorRegistry implements the Closeable interface.\u003c/p\u003e\n"],["\u003cp\u003eThe ConnectorRegistry includes a single static field called \u003ccode\u003eINSTANCE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two Static methods provided by the ConnectorRegistry, \u003ccode\u003evalueOf(String name)\u003c/code\u003e and \u003ccode\u003evalues()\u003c/code\u003e, as well as an additional method \u003ccode\u003eclose()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]