package bsp
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class BloopBspServices extends AnyRef
- class BloopLanguageClient extends AnyRef
A copy of
jsonrpc4s.RpcClient
that is usesbloop.task.Task
and has a difference in cancelRequest handling.A copy of
jsonrpc4s.RpcClient
that is usesbloop.task.Task
and has a difference in cancelRequest handling.jsonrpc4s
fails the ongoing request if it was cancelled which is not how it worked previously. - final class BloopLanguageServer extends AnyRef
- case class BloopRpcServices(endpoints: List[BloopEndpoint], loggerSupport: LoggerSupport) extends Product with Serializable
This is the similar thing as
jsonrpc4s.Services
that is used to describe a group of JSON-RPC endpoints.This is the similar thing as
jsonrpc4s.Services
that is used to describe a group of JSON-RPC endpoints. Introduced in order to operate overbloop.task.Task
instead ofmonix.eval.Task
Value Members
- object BloopBspDefinitions
- object BloopBspServices
- object BloopLanguageClient
- object BloopRpcServices extends Serializable
- object BspServer
- object ProjectUris