Enum ConnectorRegistry (0.1.2)

public enum ConnectorRegistry extends Enum<ConnectorRegistry> implements Closeable

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.

Implements

Closeable

Static Fields

Name Description
INSTANCE

Static Methods

Name Description
valueOf(String name)
values()

Methods

Name Description
close()