interface ISender {
    send: ((encoder, message) => Promise<SendResult>);
}

Properties

Properties

send: ((encoder, message) => Promise<SendResult>)

Type declaration

Generated using TypeDoc