RpcDispatcher
class RpcDispatcher implements RpcDispatcherInterface
Class RpcDispatcher
Properties
| protected RpcRegistry | $rpcRegistry |
Methods
dispatch(ConnectionInterface $conn, string $id, TopicInterface $topic, WampRequest $request, array $params)
No description
string
toCamelCase($str)
No description
Details
at line 25
__construct(RpcRegistry $rpcRegistry)
RpcDispatcher constructor.