TransportWS

fmgp.did.framework.TransportWS
trait TransportWS[R, M] extends Transport[R, M, M]

Attributes

Graph
Supertypes
trait Transport[R, M, M]
class Object
trait Matchable
class Any
Known subtypes
class TransportWSImp[MSG]

Members list

Value members

Abstract methods

Concrete methods

override def id: TransportID

Attributes

Definition Classes

Inherited methods

def inbound: ZStream[R, InErr, M]

Reciving from the other side. Income Messages

Reciving from the other side. Income Messages

Attributes

Inherited from:
Transport
def outbound: ZSink[R, OutErr, M, Nothing, Unit]

Send to the other side. Out going Messages

Send to the other side. Out going Messages

Attributes

Inherited from:
Transport
def provide(env: ZEnvironment[R]): Transport[Any, M, M]

Attributes

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

Attributes

Inherited from:
Transport

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

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

Attributes

Inherited from:
Transport

Describe properties about the Type connection in this transport

Describe properties about the Type connection in this transport

Attributes

Inherited from:
Transport