Table of Contents

Method UseOutbox

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

UseOutbox()

Enables the outbox pattern for this DbContext with default options.

public DurabilityBuilder<TDbContext> UseOutbox()

Returns

DurabilityBuilder<TDbContext>

UseOutbox(Action<OutboxBuilder<TDbContext>>?)

Enables the outbox pattern for this DbContext with custom options.

public DurabilityBuilder<TDbContext> UseOutbox(Action<OutboxBuilder<TDbContext>>? configure)

Parameters

configure Action<OutboxBuilder<TDbContext>>

Returns

DurabilityBuilder<TDbContext>