Table of Contents

Class BrokerOptionsBuilderEntityFrameworkExtensions

Namespace
Silverback.Messaging.Configuration
Assembly
Silverback.Storage.EntityFramework.dll

Adds the Silverback.Storage.EntityFramework specific methods to the BrokerOptionsBuilder.

public static class BrokerOptionsBuilderEntityFrameworkExtensions
Inheritance
BrokerOptionsBuilderEntityFrameworkExtensions
Inherited Members

Methods

AddEntityFrameworkKafkaOffsetStore(BrokerOptionsBuilder)

Adds the Entity Framework based offset store.

public static BrokerOptionsBuilder AddEntityFrameworkKafkaOffsetStore(this BrokerOptionsBuilder builder)

Parameters

builder BrokerOptionsBuilder

The BrokerOptionsBuilder that references the IServiceCollection to add the services to.

Returns

BrokerOptionsBuilder

The BrokerOptionsBuilder so that additional calls can be chained.

AddEntityFrameworkOutbox(BrokerOptionsBuilder)

Adds the Entity Framework based outbox.

public static BrokerOptionsBuilder AddEntityFrameworkOutbox(this BrokerOptionsBuilder builder)

Parameters

builder BrokerOptionsBuilder

The BrokerOptionsBuilder that references the IServiceCollection to add the services to.

Returns

BrokerOptionsBuilder

The BrokerOptionsBuilder so that additional calls can be chained.