jsonrpclib.Endpoint
See theEndpoint companion object
Represents a JSON-RPC method handler that can be invoked by the server.
An Endpoint[F]
defines how to decode input from a JSON-RPC message, execute some effectful logic, and optionally return a response.
The endpoint's method
field is used to match incoming JSON-RPC requests.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article