ServerCallback

sbt.internal.server.ServerCallback

Interface to invoke JSON-RPC response.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def appendExec(exec: Exec): Boolean
def appendExec(commandLine: String, requestId: Option[String]): Boolean
def jsonRpcNotify[A : JsonFormat](method: String, params: A): Unit
def jsonRpcRespond[A : JsonFormat](event: A, execId: Option[String]): Unit
def jsonRpcRespondError(execId: Option[String], code: Long, message: String): Unit
def log: Logger
def name: String