Padloc Logo Docs & Resources

Class: ConsoleMessenger

messenger.ConsoleMessenger

Implements

Constructors

constructor

new ConsoleMessenger()

Methods

send

send(recipient, message): Promise<void>

Sends a message to a given address

Parameters

Name Type
recipient string
message Message<any>

Returns

Promise<void>

Implementation of

Messenger.send

Defined in

core/src/messenger.ts:106