NotificationTemplate

jsonrpclib.StubTemplate.NotificationTemplate
final case class NotificationTemplate[In](method: String, inCodec: Codec[In]) extends StubTemplate[In, Nothing, Unit]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StubTemplate[In, Nothing, Unit]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product