Uses of Class
io.helidon.webserver.jsonrpc.JsonRpcRouting.Builder
Packages that use JsonRpcRouting.Builder
-
Uses of JsonRpcRouting.Builder in io.helidon.webserver.jsonrpc
Methods in io.helidon.webserver.jsonrpc that return JsonRpcRouting.BuilderModifier and TypeMethodDescriptionstatic JsonRpcRouting.Builder
JsonRpcRouting.builder()
Return a builder for this class.JsonRpcRouting.Builder.register
(String pathPattern, JsonRpcHandlers handlers) Register JSON-RPC handlers directly without implementing aJsonRpcService
.JsonRpcRouting.Builder.register
(String pathPattern, String method, JsonRpcHandler handler) Register a single JSON-RPC handler for a method and path pattern.JsonRpcRouting.Builder.service
(JsonRpcService service) Add a JSON-RPC service to this routing.