Show / Hide Table of Contents

    Class ConfluentAdminClientBuilder

    Wraps the Confluent.Kafka.AdminClientBuilder.

    Inheritance
    object
    ConfluentAdminClientBuilder
    Implements
    IConfluentAdminClientBuilder
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.Broker.Kafka
    Assembly: Silverback.Integration.Kafka.dll
    Syntax
    public class ConfluentAdminClientBuilder : IConfluentAdminClientBuilder

    Methods

    | Improve this doc View source

    Build(ClientConfig)

    Returns an Confluent.Kafka.IAdminClient.

    Declaration
    public IAdminClient Build(ClientConfig config)
    Parameters
    Type Name Description
    ClientConfig config

    The client configuration.

    Returns
    Type Description
    IAdminClient

    The Confluent.Kafka.IAdminClient.

    Implements

    IConfluentAdminClientBuilder
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini