Options for an in-memory queue-backed transport.
More...
#include <adapters.hpp>
|
|
std::string | name = "queue" |
| | Human-readable transport name.
|
| |
|
std::size_t | max_inbound = 0 |
| | Maximum inbound queue size. Zero means unbounded.
|
| |
|
std::size_t | max_outbound = 0 |
| | Maximum outbound queue size. Zero means unbounded.
|
| |
template<class Role>
struct mcp::transport::QueueTransportOptions< Role >
Options for an in-memory queue-backed transport.
The documentation for this struct was generated from the following file: