Search Results for

    Show / Hide Table of Contents

    Namespace Chapar.Core.Outbox

    Classes

    OutboxMessage

    Represents a message that has been stored locally as part of an outbox and is waiting to be dispatched to the real message broker.

    Interfaces

    IOutboxCommitter

    Optional capability for outbox stores that can commit staged outbox messages immediately.

    IOutboxStore

    Contract for persisting outgoing messages before they are sent to the broker. Each provider (e.g. MassTransit, Zamin) will supply its own implementation.

    In this article
    Back to top Copyright © 2026