Skip to main content

Module request_message

Module request_message 

Source

Structs§

PartialRpcRequestMessage 🔒
RpcRequestMessage
RpcRequestPayload
Represents the payload of an RPC request. It encapsulates both the serialized and deserialized form of the request. This allows for efficient handling of requests without having to implement deserialization in multiple places.

Constants§

RPC_REQUEST_PAYLOAD_TYPE_NAME
Fixed topic every RPC request is published on. The receiver matches incoming messages against this topic to route them to the handler registry.