JsonRpcServer

ch.linkyard.mcp.jsonrpc2.JsonRpcServer
See theJsonRpcServer companion trait
object JsonRpcServer

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def start[F[_] : Concurrent](server: JsonRpcServer[F], connection: Resource[F, JsonRpcConnection[F]]): Resource[F, Unit]