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

Classes

class  NES::DataSinkPlugin
 DataSink interface to register a new physical data sink plugin. Implementations of this plugin must implement createDataSink that translates a sink descriptor to a DataSinkPtr. More...
 

Namespaces

 NES
 This exception represents a network error.
 

Typedefs

using NES::SinkPluginRegistry = Util::PluginRegistry< DataSinkPlugin >