jsonrpclib-core
jsonrpclib-core
jsonrpclib
CallId
CallId
NullId
NumberId
StringId
Channel
Channel
Codec
Codec
ConflictingMethodError
Endpoint
Endpoint
NotificationEndpoint
PartiallyAppliedEndpoint
RequestResponseEndpoint
ErrorCodec
ErrorCodec
ErrorPayload
ErrorPayload
ErrorReport
FutureBasedChannel
Monadic
Monadic
Payload
Payload
ProtocolError
ProtocolError
InternalError
InvalidParams
InvalidRequest
MethodNotFound
ParseError
ServerError
StubTemplate
StubTemplate
NotificationTemplate
RequestResponseTemplate
jsonrpclib.internals
Message
jsonrpclib-core
/
jsonrpclib
/
Endpoint
/
NotificationEndpoint
NotificationEndpoint
final case
class
NotificationEndpoint
[
F
[
_
],
In
](
method:
String
,
run:
In
=>
F
[
Unit
],
inCodec:
Codec
[
In
])
extends
Endpoint
[
F
]
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
Endpoint
[
F
]
class
Object
trait
Matchable
class
Any
Value members
Value members
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product