Search Results for

    Show / Hide Table of Contents

    Namespace Chapar.Inbox.EntityFrameworkCore.Stores

    Classes

    EfInboxStore

    Entity Framework Core implementation of IInboxStore and ICleanupStore. Relies on a unique database constraint on (MessageId, ConsumerTypeName) to provide atomic reservations, and supports both at‑most‑once and at‑least‑once delivery via ChaparInboxOptions.

    InboxMessageEntity

    Entity that maps to the inbox table.

    In this article
    Back to top Copyright © 2026