(event: 'close', listener: () => void)
| 35 | readonly connection: Connection; |
| 36 | |
| 37 | on(event: 'close', listener: () => void): this; |
| 38 | on(event: 'error', listener: (err: Error) => void): this; |
| 39 | on(event: 'drain', listener: () => void): this; |
| 40 | on(event: 'ack', listener: (fields: { deliveryTag: number; multiple: boolean }) => void): this; |
no outgoing calls