Interface IDataProducerModule<ConfigType extends ModuleConfig>

Type Parameters:
ConfigType - Type of config class
All Superinterfaces:
IDataProducer, IEventProducer, IModule<ConfigType>, IModuleBase<ConfigType>, ISystemDriver
All Known Subinterfaces:
IProcessModule<ConfigType>, ISensorModule<ConfigType>

public interface IDataProducerModule<ConfigType extends ModuleConfig> extends IModule<ConfigType>, ISystemDriver, IDataProducer

Kept for backward compatibility; Will be removed later