|
tin
1.5.9
|
#include <transport.h>

Static Public Member Functions | |
| template<typename Runtime , std::size_t MaxBytes> | |
| static rpc_reply | request (Runtime &runtime, rpc_request< MaxBytes > const &request) |
RPC ingress adapter.
Codec maps a request method and payload to a typed HSM event. The adapter sends that event locally and returns a correlation-preserving reply. It does not implement transport retries, authentication, or response serialization.
|
inlinestatic |