TransportDIDCommWS

fmgp.did.framework.TransportDIDCommWS
class TransportDIDCommWS[R](transport: TransportWS[R, String]) extends TransportDIDComm[R]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def close: UIO[Unit]

Reciving from the other side. Income Messages

Reciving from the other side. Income Messages

Attributes

def outbound: ZSink[R, OutErr, SignedMessage | EncryptedMessage, Nothing, Unit]

Send to the other side. Out going Messages

Send to the other side. Out going Messages

Attributes

Inherited methods

def provide(env: ZEnvironment[R]): Transport[Any, IN, OUT]

Attributes

Inherited from:
Transport
def send(message: SignedMessage | EncryptedMessage): ZIO[R, Nothing, Unit]

Attributes

Inherited from:
Transport