fmgp.did.comm.protocol.pubsub

Members list

Type members

Classlikes

final case class RequestToSubscribe(id: MsgID, to: Set[TO], from: FROM, thid: Option[MsgID], pthid: Option[MsgID], created_time: Option[UTCEpoch], body: Body)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class SetupToSubscribe(id: MsgID, to: Set[TO], from: FROM, thid: Option[MsgID], pthid: Option[MsgID], created_time: Option[UTCEpoch], body: Body)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Subscribe(id: MsgID, to: Set[TO], from: FROM, thid: Option[MsgID], pthid: Option[MsgID], created_time: Option[UTCEpoch], body: Body)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Subscribe

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Subscribe.type
final case class Subscription(id: MsgID, to: Set[TO], from: FROM, thid: MsgID, pthid: Option[MsgID], created_time: Option[UTCEpoch], body: Body)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Subscription

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type