You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-12
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
Symfony JSON-RPC HTTP Server to convert an HTTP json-rpc request into HTTP json-rpc response.
11
11
12
-
Symfony bundle for [`yoanm/jsonrpc-server-sdk`](https://raw.githubusercontent.com/yoanm/php-jsonrpc-server-sdk)
12
+
Symfony bundle for [`yoanm/jsonrpc-server-sdk`](https://github.com/yoanm/php-jsonrpc-server-sdk)
13
13
14
14
See [yoanm/symfony-jsonrpc-params-validator](https://github.com/yoanm/symfony-jsonrpc-params-validator) for params validation.
15
15
@@ -111,17 +111,6 @@ mapping_aware_service:
111
111
class: App\Collector\MappingCollector
112
112
tags: ['json_rpc_http_server.method_aware']
113
113
```
114
-
115
-
### Custom method resolver
116
-
In case you want to use your method resolver implementation, use the tag `json_rpc_http_server.method_resolver`, it will be automatically injected inside JSON-RPC server:
117
-
```yaml
118
-
services:
119
-
my.custom_method_resolver.service:
120
-
class: Custom\Method\Resolver\Class
121
-
tags: ['json_rpc_http_server.method_resolver']
122
-
```
123
-
124
-
You can take advantage of method mapping aware mechanism or write your custom resolution logic.
0 commit comments