Interface IOutboxWorker
Processes the outbox and produces the messages to the target message broker endpoint.
Namespace: Silverback.Messaging.Outbound.TransactionalOutbox
Assembly: Silverback.Integration.dll
Syntax
public interface IOutboxWorker
Methods
| Improve this doc View sourceProcessQueueAsync(CancellationToken)
Processes the outbox.
Declaration
Task ProcessQueueAsync(CancellationToken stoppingToken)
Parameters
Type | Name | Description |
---|---|---|
CancellationToken | stoppingToken | A CancellationToken to observe while waiting for the task to complete. |
Returns
Type | Description |
---|---|
Task | A Task that represents the long running operations. |