Transport

liewhite.rpc.Transport
See theTransport companion object
class Transport(val connection: Connection)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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