class RpcRegistry

Class RpcRegistry

Properties

protected RpcInterface[] $rpcHandlers

Methods

__construct()

RpcRegistry constructor.

addRpc(RpcInterface $rpcHandler)

No description

getRpc(string $name)

No description

Details

at line 20
__construct()

RpcRegistry constructor.

at line 28
addRpc(RpcInterface $rpcHandler)

Parameters

RpcInterface $rpcHandler

at line 40
RpcInterface getRpc(string $name)

Parameters

string $name

Return Value

RpcInterface

Exceptions

Exception