T - type of records that the factory produces@PublicEvolving
public interface StreamTableSourceFactory<T>
extends org.apache.flink.table.factories.TableSourceFactory<T>
TableSourceFactory for more information.| Modifier and Type | Method and Description |
|---|---|
StreamTableSource<T> |
createStreamTableSource(Map<String,String> properties)
Creates and configures a
StreamTableSource using the given properties. |
default org.apache.flink.table.sources.TableSource<T> |
createTableSource(Map<String,String> properties)
Only create a stream table source.
|
StreamTableSource<T> createStreamTableSource(Map<String,String> properties)
StreamTableSource using the given properties.properties - normalized properties describing a stream table source.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.