* Push one or more messages to the queue. * @param messages Payload to send to the queue. Each message must be non-empty. * @inflight
(...messages: string[])
| 131 | * @inflight |
| 132 | */ |
| 133 | push(...messages: string[]): Promise<void>; |
| 134 | |
| 135 | /** |
| 136 | * Purge all of the messages in the queue. |
no outgoing calls