did-framework
did-framework
API
fmgp
did.comm
protocol
Action
AnyReply
AsyncReply
AsyncReplyOnly
BasicMessageExecuter
NoReply
NullProtocolExecute
ProtocolExecuter
ProtocolExecuter
ProtocolExecuterCollection
ProtocolExecuterWithServices
Reply
SyncReply
SyncReplyOnly
TrustPingExecuter
AgentExecutar
AgentExecutarImp
AgentExecutarImp
DynamicResolver
MessageDispatcher
MessageDispatcherJVM
MessageDispatcherJVM
Operator
TransportManager
TransportManager
util
MiddlewareUtils
MyHeaders
Transport
Transport
TransportDIDComm
TransportDIDCommOverHTTP
TransportDIDCommOverHTTP
TransportDIDCommWS
TransportID
TransportWS
TransportWSImp
TransportWSImp
Websocket
Websocket
State
WebsocketJVMImp
did-framework
/
fmgp
/
fmgp.did.comm
/
fmgp.did.comm.protocol
/
ProtocolExecuter
ProtocolExecuter
fmgp.did.comm.protocol.ProtocolExecuter
See the
ProtocolExecuter
companion object
trait
ProtocolExecuter
[
-
R
,
+
E
]
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
object
BasicMessageExecuter
.type
object
NullProtocolExecute
.type
class
ProtocolExecuterCollection
[
R
,
E
]
trait
ProtocolExecuterWithServices
[
R
,
E
]
class
TrustPingExecuter
Self type
ProtocolExecuter
[
R
,
E
]
Members list
Clear all
Value members
Abstract methods
def
program
(
plaintextMessage
:
PlaintextMessage
):
ZIO
[
R
,
E
,
Action
]
def
supportedPIURI
:
Seq
[
PIURI
]
Concrete methods
final
def
flatMapError
[
R1
<:
R
,
E2
](
f
:
E
=>
URIO
[
R1
,
E2
]):
ProtocolExecuter
[
R1
,
E2
]
final
def
mapError
[
E2
](
f
:
E
=>
E2
):
ProtocolExecuter
[
R
,
E2
]
In this article
Attributes
Members list
Value members
Abstract methods
Concrete methods