RequestResponseEndpoint

jsonrpclib.Endpoint.RequestResponseEndpoint
final case class RequestResponseEndpoint[F[_], In, Err, Out](method: Method, run: (InputMessage, In) => F[Either[Err, Out]], inCodec: Codec[In], errCodec: ErrorCodec[Err], outCodec: Codec[Out]) 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