Skip to content

Interface IEntityFrameworkOutboxContext

Namespace: Cephalon.Data.EntityFramework.Modeling
Assembly: Cephalon.Data.EntityFramework.dll

Declares the write-side Entity Framework Core surface required by the Cephalon outbox implementation.

public interface IEntityFrameworkOutboxContext

Gets the outbox rows staged by the current write-side .

DbSet<EntityFrameworkOutboxEntry> OutboxMessages { get; }

DbSet<EntityFrameworkOutboxEntry>