NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
AsyncRequestProcessor.hpp File Reference
#include <RequestProcessor/RequestTypes/AbstractUniRequest.hpp>
#include <deque>
#include <limits.h>
Include dependency graph for AsyncRequestProcessor.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::RequestProcessor::AsyncRequestProcessor
 This class asynchronously processes request to be executed by the coordinator. Requests can spawn new requests if the logic requires follow up actions. More...
 

Namespaces

 NES
 This exception represents a network error.
 
 NES::RequestProcessor
 

Typedefs

using NES::RequestProcessor::AbstractRequestPtr = std::shared_ptr< AbstractRequest >
 
using NES::RequestProcessor::AsyncRequestProcessorPtr = std::shared_ptr< AsyncRequestProcessor >