Show / Hide Table of Contents

    Class BrokerOptionsBuilderAddConfluentSchemaRegistryExtensions

    Adds the AddConfluentSchemaRegistry(BrokerOptionsBuilder) method to the BrokerOptionsBuilder.

    Inheritance
    object
    BrokerOptionsBuilderAddConfluentSchemaRegistryExtensions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Silverback.Messaging.Configuration
    Assembly: Silverback.Integration.Kafka.SchemaRegistry.dll
    Syntax
    public static class BrokerOptionsBuilderAddConfluentSchemaRegistryExtensions

    Methods

    AddConfluentSchemaRegistry(BrokerOptionsBuilder)

    Registers the Confluent schema registry.

    Declaration
    public static BrokerOptionsBuilder AddConfluentSchemaRegistry(this BrokerOptionsBuilder brokerOptionsBuilder)
    Parameters
    Type Name Description
    BrokerOptionsBuilder brokerOptionsBuilder

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

    Returns
    Type Description
    BrokerOptionsBuilder

    The BrokerOptionsBuilder so that additional calls can be chained.

    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini