Search Results for

    Show / Hide Table of Contents

    Class ChaparOutboxOptions

    Options for controlling which types of domain events are persisted to the outbox by the OutboxInterceptor.

    Inheritance
    object
    ChaparOutboxOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Chapar.Outbox.EntityFrameworkCore.Options
    Assembly: Chapar.Outbox.EntityFrameworkCore.dll
    Syntax
    public sealed class ChaparOutboxOptions

    Properties

    | Edit this page View Source

    PublishDomainEvents

    If true, domain events implementing IDomainEvent will be stored in the outbox.

    Declaration
    public bool PublishDomainEvents { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    PublishIntegrationEvents

    If true, integration events implementing IIntegrationEvent will be stored in the outbox. Default is true.

    Declaration
    public bool PublishIntegrationEvents { get; set; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2026