java.lang.Object
io.helidon.webserver.jsonrpc.JsonRpcRouting
- All Implemented Interfaces:
HttpService,ServerLifecycle
JSON-RPC routing is an HTTP Service, as it is based on HTTP protocol.
Simply register it with HTTP routing under a desired path.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic JsonRpcRouting.Builderbuilder()Return a builder for this class.voidUpdates the routing to add handlers of this service.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.webserver.ServerLifecycle
afterStart, afterStop, beforeStart
-
Method Details
-
builder
Return a builder for this class.- Returns:
- a new builder
-
routing
Description copied from interface:HttpServiceUpdates the routing to add handlers of this service.- Specified by:
routingin interfaceHttpService- Parameters:
httpRules- to update
-