aries / net.globalid.aries.features.connection / ConnectionService / getConnectionByKey

getConnectionByKey

abstract fun getConnectionByKey(agent: Agent, key: String): Single<ConnectionRecord>

Get the ConnectionRecord for the given key. Can be a connection key or our ver key.

Parameters

agent - for which to execute the action

key - is the key

Exceptions

AriesFrameworkException -

Return
ConnectionRecord