NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
SinkMedium.hpp File Reference
#include <Runtime/Reconfigurable.hpp>
#include <Sinks/Formats/SinkFormat.hpp>
#include <mutex>
Include dependency graph for SinkMedium.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::SinkMedium
 Base class for all data sinks in NES. More...
 

Namespaces

 NES
 This exception represents a network error.
 

Enumerations

enum class  NES::SinkMediumTypes : uint8_t {
  NES::ZMQ_SINK , NES::PRINT_SINK , NES::KAFKA_SINK , NES::FILE_SINK ,
  NES::NETWORK_SINK , NES::OPC_SINK , NES::MQTT_SINK , NES::NULL_SINK ,
  NES::MONITORING_SINK , NES::STATISTIC_SINK
}