NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
NES::Runtime::StartSourceEvent Class Reference

This class represents a start method for static data sources. More...

#include <Events.hpp>

Collaboration diagram for NES::Runtime::StartSourceEvent:
[legend]

Public Member Functions

 StartSourceEvent ()
 creates a custom events that lets static data sources start sending data. More...
 
uint8_t * data () override
 Gets the payload of the event. More...
 
- Public Member Functions inherited from NES::Runtime::BaseEvent
 BaseEvent (EventType eventType=EventType::kInvalidEvent)
 Creates an event of a given type. More...
 
EventType getEventType () const
 The event type. More...
 

Detailed Description

This class represents a start method for static data sources.

Constructor & Destructor Documentation

◆ StartSourceEvent()

NES::Runtime::StartSourceEvent::StartSourceEvent ( )
inlineexplicit

creates a custom events that lets static data sources start sending data.

References NES::Runtime::kStartSourceEvent.

Member Function Documentation

◆ data()

uint8_t* NES::Runtime::StartSourceEvent::data ( )
inlineoverridevirtual

Gets the payload of the event.

Returns
the payload of the event

Implements NES::Runtime::BaseEvent.


The documentation for this class was generated from the following file: