CallbackDispatchOptions record
Options for dispatching callback requests.
public record CallbackDispatchOptions
Public Members
| name | description |
|---|---|
| CallbackDispatchOptions() | The default constructor. |
| BaseDelay { get; set; } | Base delay between retry attempts. |
| DefaultTimeout { get; set; } | Default timeout for callback requests. |
| MaxAttempts { get; set; } | Maximum number of retry attempts for failed callback requests. |
| MaxDelay { get; set; } | Maximum delay between retry attempts. |
See Also
- namespace Kestrun.Callback
- CallbackDispatchOptions.cs