delayArray property
自动重试时间间隔的分次配置数组 数组可以为空,如果数组元素个数大于重试次数,取前面的重试次数个值; 如果小于,后面未配置的值使用默认时间间隔。 An array that contains the number of retry attempts and respective duration for each retry. The array can be empty. If the number of elements in the array is greater than the number of retry attempts, use the number of retry attempts. If the number of elements in the array is less than the number of retry attempts, use the default retry duration for unspecified values.
Implementation
List<int?>? delayArray;