Search Results for

    Show / Hide Table of Contents

    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 Source

    CommitAsync(CancellationToken)

    Commits any staged outbox messages.

    Declaration
    Task CommitAsync(CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2026