aries / net.globalid.aries.configuration.mediator.models / MediatorRecord

MediatorRecord

open class MediatorRecord : BaseRecord

Holds data specific to using a mediator.

Constructors

<init>

Holds data specific to using a mediator.

MediatorRecord(connectionId: String)

Properties

connectionId

is an ID of the connection record that represents the connection with the mediator. Over it, messages with the mediator can be exchanged.

open val connectionId: String

id

the identifier

open val id: String

Companion Object Properties

MEDIATOR_RECORD_ID

const val MEDIATOR_RECORD_ID: String