Module com.microsoft.gctoolkit.api
Package com.microsoft.gctoolkit.message
Interface DataSourceChannel
-
- All Superinterfaces:
Channel<String,DataSourceParser>
public interface DataSourceChannel extends Channel<String,DataSourceParser>
Interface defining the DataSource Channel. This must be implemented by a provider and made available via the module service provider API.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.gctoolkit.message.Channel
close, publish, registerListener
-
-