Skip to main content

Module registry

Module registry 

Source
Expand description

Connector registry with factory pattern. Registry of connector factories, keyed by connector type string.

Structs§

ConnectorRegistry
Registry of available connector implementations. Connectors register a factory per type string; the runtime resolves the connector named by FROM in CREATE SOURCE or INTO in CREATE SINK.

Traits§

LookupSourceFactory
Factory for constructing a lookup source (async, for on-demand mode).

Type Aliases§

SinkFactory
Factory function type for creating sink connectors.
SourceFactory
Factory function type for creating source connectors.
TableSourceFactory
Factory for finite reference-table snapshots constrained by the declared schema.