- All Superinterfaces:
ServerLifecycle
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface that must be implemented by all JSON-RPC services. The single
routing(io.helidon.webserver.jsonrpc.JsonRpcRules)
method is used to update the routes.-
Method Summary
Modifier and TypeMethodDescriptionvoid
routing
(JsonRpcRules rules) Update JSON-RPC rules for this service.Methods inherited from interface io.helidon.webserver.ServerLifecycle
afterStart, afterStop, beforeStart
-
Method Details
-
routing
Update JSON-RPC rules for this service.- Parameters:
rules
- the rules to update
-