rpc
rpc
API
liewhite.rpc
App
Broadcast
Endpoint
MessageReceipt
Ack
Nack
NoRoute
Response
NackException
NoRouteException
RpcClient
RpcClient
RpcException
RpcFailure
RpcServer
RpcServer
TestCli
TimeoutException
Transport
Transport
XX
rpc
/
liewhite.rpc
/
Transport
Transport
liewhite.rpc.Transport
See the
Transport
companion object
class
Transport
(
val
connection
:
Connection
)
Attributes
Companion:
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Concrete methods
def
close
():
ZIO
[
Any
,
Nothing
,
Unit
]
def
newChannel
(
qos
:
Int
):
Channel
def
scopedChannel
(
qos
:
Int
):
ZIO
[
Scope
,
Nothing
,
Channel
]
Concrete fields
val
connection
:
Connection