InMemoryCallbackDispatchWorker class
In-memory implementation of ICallbackDispatcher. Enqueues callback requests into an in-memory queue for processing.
public sealed class InMemoryCallbackDispatchWorker : BackgroundService
| parameter | description |
|---|---|
| queue | The in-memory callback queue. |
| httpClientFactory | The HTTP client factory. |
| log | The logger instance. |
Public Members
| name | description |
|---|---|
| InMemoryCallbackDispatchWorker(…) | In-memory implementation of ICallbackDispatcher. Enqueues callback requests into an in-memory queue for processing. |
Remarks
Initializes a new instance of the InMemoryCallbackDispatchWorker class.