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.
agent
- is the agent, for which we return the mediator record.
Return
single MediatorRecord with agent configuration parameters