Module mgr

Source
Expand description

Top-level RpcMgr to launch sessions.

Structs§

Inner 🔒
The RpcMgr’s state. This is kept inside a lock for interior mutability.
RpcMgr
Shared state, configuration, and data for all RPC sessions.

Enums§

RpcMgrError
An error from creating or using an RpcMgr.

Type Aliases§

ObjectWithContext 🔒
An rpc::Object, along with its associated rpc::Context.
SessionFactory 🔒
A function we use to construct Session objects in response to authentication.