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§
- Connector
Registry - Registry of available connector implementations.
Type Aliases§
- Sink
Factory - Factory function type for creating sink connectors.
- Source
Factory - Factory function type for creating source connectors.
- Table
Source Factory - Factory function type for creating reference table sources.