Skip to main content

Module registry

Module registry 

Source
Expand description

Connector registry with factory pattern. Connector registry with factory pattern.

The ConnectorRegistry maintains a catalog of available connector implementations and provides factory methods to instantiate them.

Structs§

ConnectorRegistry
Registry of available connector implementations.

Type Aliases§

SinkFactory
Factory function type for creating sink connectors.
SourceFactory
Factory function type for creating source connectors.
TableSourceFactory
Factory function type for creating reference table sources.