CallbackWorker class
Background worker that processes callback requests from the queue.
public sealed class CallbackWorker : BackgroundService
| parameter | description |
|---|---|
| queue | The in-memory callback queue. |
| sender | The callback sender. |
| retry | The callback retry policy. |
| log | The logger. |
| store | The optional callback store. |
Public Members
| name | description |
|---|---|
| CallbackWorker(…) | Background worker that processes callback requests from the queue. |
Remarks
Initializes a new instance of the CallbackWorker class.
See Also
- namespace Kestrun.Callback
- CallbackWorker.cs