JsonRpcNotification

jsonrpclib.JsonRpcNotification
object JsonRpcNotification extends Newtype[String]

Identifies an operation that abides by fire-and-forget semantics see https://www.jsonrpc.org/specification#notification

Attributes

Graph
Supertypes
class Newtype[String]
class AbstractNewtype[String]
trait HasId
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

object hint

Attributes

Inherited from:
Newtype
Supertypes
class Object
trait Matchable
class Any

Inherited types

type Type = T

Attributes

Inherited from:
Newtype

Inherited and Abstract types

opaque type T

Attributes

Inherited from:
Newtype

Value members

Inherited methods

def apply(a: String): Type

Attributes

Inherited from:
Newtype
def unapply(orig: Type): Some[String]

Attributes

Inherited from:
Newtype

Concrete fields

val hints: Hints
val id: ShapeId
val underlyingSchema: Schema[String]

Extensions

Inherited extensions

extension (orig: Type)
def value: String

Attributes

Inherited from:
Newtype

Implicits

Implicits

implicit val schema: Schema[JsonRpcNotification]

Inherited implicits

implicit val asBijection: Bijection[String, Type]

Attributes

Inherited from:
Newtype
implicit val tag: ShapeTag[Type]

Attributes

Inherited from:
AbstractNewtype