Skip to main content

CoordinateMediationRecipientMessageHandler.handle() method

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Handles a Mediator Coordinator messages for the recipient role https://didcomm.org/mediator-coordination/2.0/

Signature:

handle(message: Message, context: IContext): Promise<Message>;

Parameters

ParameterTypeDescription
messageMessage
contextIContext

Returns:

Promise<Message>