fmgp.did.comm.protocol
package fmgp.did.comm.protocol
Members list
Type members
Classlikes
object BasicMessageExecuter extends ProtocolExecuter[Any, FailToParse]
Attributes
- Supertypes
- Self type
-
BasicMessageExecuter.type
object NullProtocolExecute extends ProtocolExecuter[Any, MissingProtocol]
Attributes
- Supertypes
- Self type
-
NullProtocolExecute.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
- Self type
-
object ProtocolExecuter
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ProtocolExecuter.type
case class ProtocolExecuterCollection[-R, +E](executers: ProtocolExecuter[R, E]*)(fallback: ProtocolExecuter[R, E]) extends ProtocolExecuter[R, E]
Attributes
trait ProtocolExecuterWithServices[-R <: Services, +E] extends ProtocolExecuter[R, E]
Attributes
- Supertypes
- Known subtypes
-
class TrustPingExecuter
case class Reply(msg: PlaintextMessage) extends AnyReply
class TrustPingExecuter extends ProtocolExecuterWithServices[Services, FailToParse]
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
In this article