Table of Contents

Namespace MASES.EntityFrameworkCore.KNet.Infrastructure

Classes

KEFCoreDbContext

A KEFCoreDbContext instance represents a session with the Apache Kafka™ cluster and can be used to query and save instances of your entities. KEFCoreDbContext extends DbContext and it is a combination of the Unit Of Work and Repository patterns.

KEFCoreDbContextOptionsBuilder

Allows Kafka specific configuration to be performed on DbContextOptions.

Interfaces

IKEFCoreDbContextOptionsBuilderInfrastructure

Explicitly implemented by KEFCoreDbContextOptionsBuilder to hide methods that are used by database provider extension methods but not intended to be called by application developers.