abstract fun <T : MediatorRecord> getMediatorConnection(classType: Class<T>, agent: Agent, connectionService: ConnectionService): Single<ConnectionRecord>
Returns the connection record which is connected to mediator of agent.
agent
- is the agent, for which we return the connection record.
Return
single ConnectionRecord with mediator connection