(n: number)
| 120 | |
| 121 | setId(id: string): this; |
| 122 | retries(n: number): this; |
| 123 | backoff(strategy: string, delayFactor?: number): this; |
| 124 | delayUntil(dateOrTimestamp: Date | number): this; |
| 125 | timeout(milliseconds: number): this; |
no outgoing calls
no test coverage detected