fmgp.did.comm.protocol

Members list

Type members

Classlikes

sealed trait Action

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AnyReply
trait AsyncReply
class Reply
trait SyncReply
object NoReply.type
Show all
sealed trait AnyReply extends Action

Attributes

Supertypes
trait Action
class Object
trait Matchable
class Any
Known subtypes
trait AsyncReply
class Reply
trait SyncReply
sealed trait AsyncReply extends AnyReply

Attributes

Supertypes
trait AnyReply
trait Action
class Object
trait Matchable
class Any
Known subtypes
class Reply
case class AsyncReplyOnly(msg: PlaintextMessage) extends AsyncReply

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AsyncReply
trait AnyReply
trait Action
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object NoReply extends Action

Attributes

Supertypes
trait Action
class Object
trait Matchable
class Any
Self type
NoReply.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait ProtocolExecuter[-R, +E]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
case class ProtocolExecuterCollection[-R, +E](executers: ProtocolExecuter[R, E]*)(fallback: ProtocolExecuter[R, E]) extends ProtocolExecuter[R, E]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ProtocolExecuter[R, E]
class Object
trait Matchable
class Any
Show all
trait ProtocolExecuterWithServices[-R <: Services, +E] extends ProtocolExecuter[R, E]

Attributes

Supertypes
trait ProtocolExecuter[R, E]
class Object
trait Matchable
class Any
Known subtypes
case class Reply(msg: PlaintextMessage) extends SyncReply, AsyncReply

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AsyncReply
trait SyncReply
trait AnyReply
trait Action
class Object
trait Matchable
class Any
Show all
sealed trait SyncReply extends AnyReply

Attributes

Supertypes
trait AnyReply
trait Action
class Object
trait Matchable
class Any
Known subtypes
class Reply
case class SyncReplyOnly(msg: PlaintextMessage) extends SyncReply

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SyncReply
trait AnyReply
trait Action
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any