Interface JsonRpcService

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.

@FunctionalInterface public interface JsonRpcService extends ServerLifecycle
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 Details

    • routing

      void routing(JsonRpcRules rules)
      Update JSON-RPC rules for this service.
      Parameters:
      rules - the rules to update