Table of Contents

Class PublicApiExtensions

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

Contains the extension methods to enable/configure EF Core durability (inbox and outbox).

public static class PublicApiExtensions
Inheritance
PublicApiExtensions
Inherited Members

Methods

RegisterOutbox<TDbContext>(DbContextOptionsBuilder, IServiceProvider)

Registers the DbContext interceptor that is responsible for converting the messages to ef core entities for saving and triggering the outbox processor afterward for faster dispatch to the broker.