|
AWS IoT Device SDK C++ v2 1.44.2
AWS IoT Device SDK C++ v2
|
#include <MqttRequestResponseClient.h>
Public Member Functions | |
| virtual | ~IStreamingOperation ()=default |
| virtual void | Open ()=0 |
Base type for all streaming operations
|
virtualdefault |
A streaming operation is automatically closed (and an MQTT unsubscribe triggered) when its destructor is invoked.
|
pure virtual |
Opens a streaming operation by making the appropriate MQTT subscription with the broker.
Implemented in Aws::Iot::RequestResponse::StreamingOperation, Aws::Iotcommands::ServiceStreamingOperation< T >, Aws::Iotjobs::ServiceStreamingOperation< T >, and Aws::Iotshadow::ServiceStreamingOperation< T >.