NotificationEndpoint

jsonrpclib.Endpoint.NotificationEndpoint
final case class NotificationEndpoint[F[_], In](method: MethodPattern, run: (InputMessage, In) => F[Unit], inCodec: Codec[In]) extends Endpoint[F]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Endpoint[F]
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