|
AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
|
#include <aws/eventstreamrpc/Exports.h>#include <aws/crt/DateTime.h>#include <aws/crt/JsonObject.h>#include <aws/crt/StlAllocator.h>#include <aws/crt/Types.h>#include <aws/crt/io/SocketOptions.h>#include <aws/crt/io/TlsOptions.h>#include <aws/event-stream/event_stream_rpc_client.h>#include <functional>#include <future>Go to the source code of this file.
Namespaces | |
| namespace | Aws |
| namespace | Aws::Crt |
| namespace | Aws::Crt::Io |
| namespace | Aws::Eventstreamrpc |
Typedefs | |
| using | Aws::Eventstreamrpc::HeaderValueType = aws_event_stream_header_value_type |
| using | Aws::Eventstreamrpc::MessageType = aws_event_stream_rpc_message_type |
| using | Aws::Eventstreamrpc::OnMessageFlushCallback = std::function<void(int errorCode)> |
| using | Aws::Eventstreamrpc::ConnectMessageAmender = std::function<const MessageAmendment &(void)> |
| using | Aws::Eventstreamrpc::ExpectedResponseFactory |
| using | Aws::Eventstreamrpc::ErrorResponseFactory |
| using | Aws::Eventstreamrpc::LoneResponseRetriever = std::function<ExpectedResponseFactory(const Crt::String &modelName)> |
| using | Aws::Eventstreamrpc::StreamingResponseRetriever = std::function<ExpectedResponseFactory(const Crt::String &modelName)> |
| using | Aws::Eventstreamrpc::ErrorResponseRetriever = std::function<ErrorResponseFactory(const Crt::String &modelName)> |