NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
DataSourcePlugin.hpp File Reference
#include <Util/PluginRegistry.hpp>
#include <optional>
Include dependency graph for DataSourcePlugin.hpp:

Classes

class  NES::DataSourcePlugin
 DataSource interface to register a new physical data source plugin. Implementations of this plugin must implement createDatasource that translates a source descriptor to a DataSourcePtr. More...
 

Namespaces

 NES
 This exception represents a network error.
 

Typedefs

using NES::SourcePluginRegistry = Util::PluginRegistry< DataSourcePlugin >