Transport

fmgp.util.Transport
See theTransport companion object
trait Transport[R, IN, OUT]

The goal is to make this DID Comm library Transport-agnostic

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait TransportDIDComm[R]
trait TransportWS[R, M]
class TransportWSImp[MSG]

Members list

Value members

Abstract methods

def inbound: ZStream[R, InErr, IN]

Reciving from the other side. Income Messages

Reciving from the other side. Income Messages

Attributes

def outbound: ZSink[R, OutErr, OUT, Nothing, Unit]

Send to the other side. Out going Messages

Send to the other side. Out going Messages

Attributes

Concrete methods

def send(message: OUT): ZIO[R, Nothing, Unit]