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

NameDescription
INSTANCE

Static Methods

NameDescription
valueOf(String name)
values()

Methods

NameDescription
close()