JsonRpcRequestMessage

sbt.internal.protocol.JsonRpcRequestMessage$
See theJsonRpcRequestMessage companion class

Attributes

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

Members list

Concise view

Value members

Concrete methods

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