AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <EventStreamClient.h>
Public Member Functions | |
ContinuationCallbackData (ClientContinuation *clientContinuation, Crt::Allocator *allocator=Crt::g_allocator) noexcept | |
ContinuationCallbackData (const ContinuationCallbackData &lhs) noexcept=delete | |
Public Attributes | |
bool | continuationDestroyed |
std::mutex | callbackMutex |
ClientContinuation * | clientContinuation |
Crt::Allocator * | allocator |
User data passed to callbacks for a new stream.
|
inlinenoexcept |
|
deletenoexcept |
Crt::Allocator* Aws::Eventstreamrpc::ContinuationCallbackData::allocator |
std::mutex Aws::Eventstreamrpc::ContinuationCallbackData::callbackMutex |
ClientContinuation* Aws::Eventstreamrpc::ContinuationCallbackData::clientContinuation |
bool Aws::Eventstreamrpc::ContinuationCallbackData::continuationDestroyed |