NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
RestServer.hpp File Reference
#include <Runtime/RuntimeForwardRefs.hpp>
#include <condition_variable>
#include <future>
#include <memory>
#include <mutex>
#include <string>
Include dependency graph for RestServer.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::RestServer
 : This class is responsible for starting the REST server. More...
 

Namespaces

 NES
 This exception represents a network error.
 
 NES::Optimizer
 
 NES::Catalogs
 
 NES::Catalogs::Source
 
 NES::Catalogs::UDF
 
 NES::Catalogs::Query
 

Typedefs

using NES::Catalogs::UDF::UdfCatalogPtr = std::shared_ptr< UDFCatalog >