aries / net.globalid.aries.agents / Agent / dispatch

dispatch

abstract fun dispatch(outboundContext: OutboundMessageContext): Completable

Dispatches the given message. The message comes with additional context containing information about the keys to use and the endpoint to send the packed message to.

Parameters

outboundContext - is the message with additional context.