requestHandler

abstract fun <I, O> requestHandler(op: JsonRpcEndpoint.WithReply<I, O>, handler: suspend (I) -> O)