lepus-std
0.5.1
lepus-std
API
lepus.std
ChannelCodec
ChannelCodec
BadMessageType
DecodeFailure
NoMessageTypeFound
EventChannel
InvalidTopicName
EventConsumer
EventMessage
EventPublisher
Job
RPCChannel
RPCClient
RPCDefinition
RPCServer
RequestMethod
ResponseMethod
TopicDefinition
TopicName
TopicNameEncoder
TopicNameEncoder
TopicSelector
WorkPoolChannel
WorkPoolClient
WorkPoolDefinition
WorkPoolServer
lepus-std
/
lepus.std
/
RPCServer
RPCServer
lepus.std.RPCServer
trait
RPCServer
[
F
[
_
],
I
,
O
]
Attributes
Source
RPCChannel.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Abstract methods
def
ignore
(
i
:
RequestMethod
[
I
]):
F
[
Unit
]
Attributes
Source
RPCChannel.scala
def
reject
(
i
:
RequestMethod
[
I
]):
F
[
Unit
]
Attributes
Source
RPCChannel.scala
def
requests
:
Stream
[
F
,
RequestMethod
[
I
]]
Attributes
Source
RPCChannel.scala
def
respond
(
req
:
RequestMethod
[
I
],
o
:
O
):
F
[
Unit
]
Attributes
Source
RPCChannel.scala
In this article
Attributes
Members list
Value members
Abstract methods