aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#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.