Class BrokerOptionsBuilderPostgreSqlExtensions
Adds the Silverback.Storage.PostgreSql specific methods to the BrokerOptionsBuilder.
Inherited Members
Namespace: Silverback.Messaging.Configuration
Assembly: Silverback.Storage.PostgreSql.dll
Syntax
public static class BrokerOptionsBuilderPostgreSqlExtensions
Methods
AddPostgreSqlKafkaOffsetStore(BrokerOptionsBuilder)
Adds the PostgreSql offset store.
Declaration
public static BrokerOptionsBuilder AddPostgreSqlKafkaOffsetStore(this BrokerOptionsBuilder builder)
Parameters
| Type | Name | Description |
|---|---|---|
| BrokerOptionsBuilder | builder | The BrokerOptionsBuilder that references the IServiceCollection to add the services to. |
Returns
| Type | Description |
|---|---|
| BrokerOptionsBuilder | The BrokerOptionsBuilder so that additional calls can be chained. |
AddPostgreSqlOutbox(BrokerOptionsBuilder)
Adds the PostgreSql outbox.
Declaration
public static BrokerOptionsBuilder AddPostgreSqlOutbox(this BrokerOptionsBuilder builder)
Parameters
| Type | Name | Description |
|---|---|---|
| BrokerOptionsBuilder | builder | The BrokerOptionsBuilder that references the IServiceCollection to add the services to. |
Returns
| Type | Description |
|---|---|
| BrokerOptionsBuilder | The BrokerOptionsBuilder so that additional calls can be chained. |