TransportDIDCommOverHTTP

fmgp.did.framework.TransportDIDCommOverHTTP
See theTransportDIDCommOverHTTP companion object
class TransportDIDCommOverHTTP(destination: String, inboundBuf: Hub[SignedMessage | EncryptedMessage]) extends TransportDIDComm[Client & Scope]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def id: String
def inbound: ZStream[Client & Scope, InErr, SignedMessage | EncryptedMessage]

Reciving from the other side. Income Messages

Reciving from the other side. Income Messages

Attributes

def outbound: ZSink[Client & Scope, OutErr, SignedMessage | EncryptedMessage, Nothing, Unit]

Send to the other side. Out going Messages

Send to the other side. Out going Messages

Attributes

Describe properties about the Flow (direction) of data for this transport

Describe properties about the Flow (direction) of data for this transport

Attributes

Describe properties about the Type connection in this transport

Describe properties about the Type connection in this transport

Attributes

Inherited methods

def provide(env: ZEnvironment[Client & Scope]): Transport[Any, SignedMessage | EncryptedMessage, SignedMessage | EncryptedMessage]

Attributes

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

Attributes

Inherited from:
Transport