Skip to main content

Module rpc

Module rpc 

Source
Expand description

RPC method registration: plugins expose methods that callers (PHP workers or external admin tools) can invoke on the master.

Structs§

RpcMethodDef
Static description of an RPC method (advertised at server start; used for introspection and folk admin list-methods).

Traits§

RpcRegistrar
Allows plugins to register RPC method handlers at boot.

Type Aliases§

BoxFuture
Boxed future returned by an RPC handler.
RpcHandler
Type alias for an RPC handler: takes raw request bytes, returns raw response bytes.