JsonRpcNotificationMessage

sbt.internal.protocol.JsonRpcNotificationMessage
See theJsonRpcNotificationMessage companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(jsonrpc: String, method: String, params: Option[JValue]): JsonRpcNotificationMessage
def apply(jsonrpc: String, method: String, params: JValue): JsonRpcNotificationMessage