Table of Contents

Class BrokerOptionsBuilderAddConfluentSchemaRegistryExtensions

Namespace
Silverback.Messaging.Configuration
Assembly
Silverback.Integration.Kafka.SchemaRegistry.dll
public static class BrokerOptionsBuilderAddConfluentSchemaRegistryExtensions
Inheritance
BrokerOptionsBuilderAddConfluentSchemaRegistryExtensions
Inherited Members

Methods

AddConfluentSchemaRegistry(BrokerOptionsBuilder)

Registers the Confluent schema registry.

public static BrokerOptionsBuilder AddConfluentSchemaRegistry(this BrokerOptionsBuilder brokerOptionsBuilder)

Parameters

brokerOptionsBuilder BrokerOptionsBuilder

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

Returns

BrokerOptionsBuilder

The BrokerOptionsBuilder so that additional calls can be chained.