| 83 | /// Register method with config (name, function, optional metadata) |
| 84 | template<typename Callable> |
| 85 | void bind(const Config<Callable>& config) { |
| 86 | mRpc.bind(config); |
| 87 | } |
| 88 | |
| 89 | /// Register method by name, function, and optional mode (default SYNC) |
| 90 | template<typename Callable> |