#include <EventStreamClient.h>
|
| | ClientContinuation (ClientConnection *connection, ClientContinuationHandler &continuationHandler, Crt::Allocator *allocator) noexcept |
| |
| | ~ClientContinuation () noexcept |
| |
| std::future< RpcError > | Activate (const Crt::String &operation, const Crt::List< EventStreamHeader > &headers, const Crt::Optional< Crt::ByteBuf > &payload, MessageType messageType, uint32_t messageFlags, OnMessageFlushCallback onMessageFlushCallback) noexcept |
| |
| bool | IsClosed () noexcept |
| |
| void | Release () noexcept |
| |
| std::future< RpcError > | SendMessage (const Crt::List< EventStreamHeader > &headers, const Crt::Optional< Crt::ByteBuf > &payload, MessageType messageType, uint32_t messageFlags, OnMessageFlushCallback onMessageFlushCallback) noexcept |
| |
◆ ClientContinuation()
◆ ~ClientContinuation()
| Aws::Eventstreamrpc::ClientContinuation::~ClientContinuation |
( |
| ) |
|
|
noexcept |
◆ Activate()
◆ IsClosed()
| bool Aws::Eventstreamrpc::ClientContinuation::IsClosed |
( |
| ) |
|
|
noexcept |
◆ Release()
| void Aws::Eventstreamrpc::ClientContinuation::Release |
( |
| ) |
|
|
noexcept |
◆ SendMessage()
◆ ClientOperation
The documentation for this class was generated from the following files: