t

sbt.internal.server

ServerCallback

trait ServerCallback extends AnyRef

Interface to invoke JSON-RPC response.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerCallback
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def appendExec(commandLine: String, requestId: Option[String]): Boolean
  2. abstract def appendExec(exec: Exec): Boolean
  3. abstract def jsonRpcNotify[A](method: String, params: A)(implicit arg0: JsonFormat[A]): Unit
  4. abstract def jsonRpcRespond[A](event: A, execId: Option[String])(implicit arg0: JsonFormat[A]): Unit
  5. abstract def jsonRpcRespondError(execId: Option[String], code: Long, message: String): Unit
  6. abstract def log: Logger
  7. abstract def name: String