Interface IOutboxCommitter
Optional capability for outbox stores that can commit staged outbox messages immediately.
Namespace: Chapar.Core.Outbox
Assembly: Chapar.Core.dll
Syntax
public interface IOutboxCommitter
Methods
| Edit this page View SourceCommitAsync(CancellationToken)
Commits any staged outbox messages.
Declaration
Task CommitAsync(CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task |