aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Public Member Functions | List of all members
Aws::Iot::RequestResponse::IStreamingOperation Class Referenceabstract

#include <MqttRequestResponseClient.h>

Inheritance diagram for Aws::Iot::RequestResponse::IStreamingOperation:
Aws::Iot::RequestResponse::StreamingOperation

Public Member Functions

virtual ~IStreamingOperation ()=default
 
virtual void Open ()=0
 

Detailed Description

Base type for all streaming operations

Constructor & Destructor Documentation

virtual Aws::Iot::RequestResponse::IStreamingOperation::~IStreamingOperation ( )
virtualdefault

A streaming operation is automatically closed (and an MQTT unsubscribe triggered) when its destructor is invoked.

Member Function Documentation

virtual void Aws::Iot::RequestResponse::IStreamingOperation::Open ( )
pure virtual

Opens a streaming operation by making the appropriate MQTT subscription with the broker.

Implemented in Aws::Iot::RequestResponse::StreamingOperation.


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