Show / Hide Table of Contents

    Class SilverbackBuilderKafkaExtensions

    Adds the AddKafkaClients(SilverbackBuilder, Action<KafkaClientsConfigurationBuilder>) method to the SilverbackBuilder.

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

    Methods

    AddKafkaClients(SilverbackBuilder, Action<KafkaClientsConfigurationBuilder>)

    Adds the Kafka clients.

    Declaration
    public static SilverbackBuilder AddKafkaClients(this SilverbackBuilder silverbackBuilder, Action<KafkaClientsConfigurationBuilder> configureAction)
    Parameters
    Type Name Description
    SilverbackBuilder silverbackBuilder

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

    Action<KafkaClientsConfigurationBuilder> configureAction

    An Action<T> that takes the KafkaClientsConfigurationBuilder and configures the clients.

    Returns
    Type Description
    SilverbackBuilder

    The SilverbackBuilder so that additional calls can be chained.

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