AWS IoT Device SDK C++ v2
1.39.0
AWS IoT Device SDK C++ v2
|
Public Member Functions | |
ContinuationSharedState () | |
Public Attributes | |
ContinuationStateType | m_currentState |
struct aws_event_stream_rpc_client_continuation_token * | m_continuation |
std::shared_ptr< OnMessageFlushCallbackContainer > | m_activationCallbackContainer |
std::function< void(EventstreamResultVariantType &&)> | m_activationResponseCallback |
std::shared_ptr< OnMessageFlushCallbackContainer > | m_closeCallbackContainer |
Aws::Eventstreamrpc::ContinuationSharedState::ContinuationSharedState | ( | ) |
std::shared_ptr<OnMessageFlushCallbackContainer> Aws::Eventstreamrpc::ContinuationSharedState::m_activationCallbackContainer |
std::function<void(EventstreamResultVariantType &&)> Aws::Eventstreamrpc::ContinuationSharedState::m_activationResponseCallback |
std::shared_ptr<OnMessageFlushCallbackContainer> Aws::Eventstreamrpc::ContinuationSharedState::m_closeCallbackContainer |
struct aws_event_stream_rpc_client_continuation_token* Aws::Eventstreamrpc::ContinuationSharedState::m_continuation |
ContinuationStateType Aws::Eventstreamrpc::ContinuationSharedState::m_currentState |