cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
mcp::transport::QueueTransportOptions< Role > Struct Template Reference

Options for an in-memory queue-backed transport. More...

#include <adapters.hpp>

Public Attributes

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.
 

Detailed Description

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: