package sbtserver
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait Sbt extends AnyRef
-
case class
SbtServer(client: JsonRpcClient, runningServer: CancelableFuture[Unit]) extends Product with Serializable
A wrapper around a connection to an sbt server.
A wrapper around a connection to an sbt server.
- client
client that can send requests and notifications to the sbt server.
- runningServer
The running client listening for requests from the server. Use runningServer.onComplete to attach callbacks on disconnect.