AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <EventStreamClient.h>
Public Member Functions | |
virtual void | OnContinuationMessage (const Crt::List< EventStreamHeader > &headers, const Crt::Optional< Crt::ByteBuf > &payload, MessageType messageType, uint32_t messageFlags)=0 |
virtual void | OnContinuationClosed ()=0 |
virtual | ~ClientContinuationHandler () noexcept=default |
Friends | |
class | ClientContinuation |
Handler interface for continuation events.
|
virtualdefaultnoexcept |
|
pure virtual |
Invoked when the continuation is closed.
Once the continuation is closed, no more messages may be sent or received. The continuation is closed when a message is sent or received with the TERMINATE_STREAM flag, or when the connection shuts down.
|
pure virtual |
Invoked when a message is received on this continuation.
|
friend |