aries / net.globalid.aries.features.basicmessage / BasicMessageService / getMessage

getMessage

abstract fun getMessage(agent: Agent, messageId: String): Single<BasicMessageRecord>

Returns a message record with the given ID.

Parameters

agent - agent to get message for

messageId - ID of the basic message record

Return
Single of BasicMessageRecord, record with the given ID.