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

getConnections

abstract fun getConnections(agent: Agent, query: SearchQuery? = null, count: Int = 100): Single<List<ConnectionRecord>>

Get the list of ConnectionRecord for given query

Parameters

agent - for which to execute the action

query - SearchQuery is used to filter the search results, if null there is no filter

count - maximum item count that will be returned

Exceptions

AriesFrameworkException -

Return
list of ConnectionRecord