Uses of Interface
io.helidon.webserver.jsonrpc.JsonRpcRules
Packages that use JsonRpcRules
-
Uses of JsonRpcRules in io.helidon.webserver.jsonrpc
Methods in io.helidon.webserver.jsonrpc that return JsonRpcRulesModifier and TypeMethodDescriptionJsonRpcRules.register
(String pathPattern, JsonRpcHandlers handlers) Register JSON-RPC handlers on a given path pattern.JsonRpcRules.register
(String pathPattern, String method, JsonRpcHandler handler) Register a single JSON-RPC handler given a method and path pattern.Methods in io.helidon.webserver.jsonrpc with parameters of type JsonRpcRulesModifier and TypeMethodDescriptionvoid
JsonRpcService.routing
(JsonRpcRules rules) Update JSON-RPC rules for this service.