public interface DataSourceFactory
DataSource.Components| Modifier and Type | Method and Description |
|---|---|
DataSource |
createDataSource(ClientContext context,
DataSourceUpdates dataSourceUpdates)
Creates an implementation instance.
|
DataSource createDataSource(ClientContext context, DataSourceUpdates dataSourceUpdates)
The new DataSource should not attempt to make any connections until
DataSource.start() is called.
context - allows access to the client configurationdataSourceUpdates - the component pushes data into the SDK via this interfaceDataSource