projects/congarevenuecloud/ecommerce/src/lib/interfaces/polling-dispatcher.interface.ts
Interface for configuring API polling, specifying the max attempts and delay between attempts.
Properties |
| MaxPollingRetries |
MaxPollingRetries:
|
Type : number
|
|
Specifies the maximum number of attempts made to fetch the status from the API through polling. |
| PollingDelay |
PollingDelay:
|
Type : number
|
|
Specifies the delay (in milliseconds) between successive polling attempts. |