tin  1.5.9
tsm::transport::rpc_reply Struct Reference

#include <transport.h>

Collaboration diagram for tsm::transport::rpc_reply:
Collaboration graph

Public Attributes

std::uint32_t correlation_id {}
 
status result { status::rejected }
 
bool event_handled {}
 

Detailed Description

Minimal RPC reply produced by the dependency-free adapter.

Application protocols can wrap this with richer response payloads. This type only reports transport-adapter status and preserves request correlation.

Member Data Documentation

◆ correlation_id

std::uint32_t tsm::transport::rpc_reply::correlation_id {}

◆ event_handled

bool tsm::transport::rpc_reply::event_handled {}

◆ result

status tsm::transport::rpc_reply::result { status::rejected }

The documentation for this struct was generated from the following file: