Class ChaparOutboxOptions
Options for controlling which types of domain events are persisted to the outbox by the OutboxInterceptor.
Inherited Members
Namespace: Chapar.Outbox.EntityFrameworkCore.Options
Assembly: Chapar.Outbox.EntityFrameworkCore.dll
Syntax
public sealed class ChaparOutboxOptions
Properties
| Edit this page View SourcePublishDomainEvents
If true, domain events implementing IDomainEvent will be stored in the outbox.
Declaration
public bool PublishDomainEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
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 |