aries / net.globalid.aries.configuration.mediator / MediatorService / getMediatorRecord

getMediatorRecord

abstract fun <T : MediatorRecord> getMediatorRecord(classType: Class<T>, agent: Agent): Single<T>

Returns the agent mediator record. This is a single MediatorRecord that contains all mediator configuration parameters.

Parameters

agent - is the agent, for which we return the mediator record.

Return
single MediatorRecord with agent configuration parameters