Class BrokerOptionsBuilderAddConfluentSchemaRegistryExtensions
- Namespace
- Silverback.Messaging.Configuration
- Assembly
- Silverback.Integration.Kafka.SchemaRegistry.dll
Adds the AddConfluentSchemaRegistry(BrokerOptionsBuilder) method to the BrokerOptionsBuilder.
public static class BrokerOptionsBuilderAddConfluentSchemaRegistryExtensions
- Inheritance
-
BrokerOptionsBuilderAddConfluentSchemaRegistryExtensions
- Inherited Members
Methods
AddConfluentSchemaRegistry(BrokerOptionsBuilder)
Registers the Confluent schema registry.
public static BrokerOptionsBuilder AddConfluentSchemaRegistry(this BrokerOptionsBuilder brokerOptionsBuilder)
Parameters
brokerOptionsBuilderBrokerOptionsBuilderThe BrokerOptionsBuilder that references the IServiceCollection to add the services to.
Returns
- BrokerOptionsBuilder
The BrokerOptionsBuilder so that additional calls can be chained.