Table of Contents

Method UseInbox

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

UseInbox<TDbContext>(ConsumeChannelBuilder)

Enables the inbox pattern on this consume channel. All handlers registered with a stable key on this channel will be inbox-managed. Requires AddEfCoreDurability<TDbContext>(d => d.UseInbox()) to be called on the bus builder.

public static ConsumeChannelBuilder UseInbox<TDbContext>(this ConsumeChannelBuilder builder) where TDbContext : DbContext, IInboxDbContext

Parameters

builder ConsumeChannelBuilder

Returns

ConsumeChannelBuilder

Type Parameters

TDbContext