Packages

c

jsonrpclib.Endpoint

NotificationEndpoint

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

Linear Supertypes
Serializable, Product, Equals, Endpoint[F], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NotificationEndpoint
  2. Serializable
  3. Product
  4. Equals
  5. Endpoint
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NotificationEndpoint(method: MethodPattern, run: (InputMessage, In) => F[Unit], inCodec: Codec[In])

Value Members

  1. val inCodec: Codec[In]
  2. val method: MethodPattern
    Definition Classes
    NotificationEndpointEndpoint
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val run: (InputMessage, In) => F[Unit]