Endpoint

jsonrpclib.Endpoint
See theEndpoint companion object
sealed trait Endpoint[F[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class NotificationEndpoint[F, In]
class RequestResponseEndpoint[F, In, Err, Out]

Members list

Value members

Abstract methods

def method: String