Interface TableSourceFactory<T>

Type Parameters:
T - type of records that the factory produces
All Superinterfaces:
TableFactory

@Deprecated @Internal public interface TableSourceFactory<T> extends TableFactory
Deprecated.
This interface has been replaced by DynamicTableSourceFactory. The new interface produces internal data structures. See FLIP-95 for more information.
A factory to create configured table source instances in a batch or stream environment based on string-based properties. See also TableFactory for more information.