confluent-kafka-dotnet
Show / Hide Table of Contents

Class DependentAdminClientBuilder

A builder class for IAdminClient instance implementations that leverage an existing client handle.

Inheritance
object
DependentAdminClientBuilder
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public class DependentAdminClientBuilder

Constructors

DependentAdminClientBuilder(Handle)

An underlying librdkafka client handle that the AdminClient.

Declaration
public DependentAdminClientBuilder(Handle handle)
Parameters
TypeNameDescription
Handlehandle

Properties

Handle

The configured client handle.

Declaration
public Handle Handle { get; set; }
Property Value
TypeDescription
Handle

Methods

Build()

Build a new IAdminClient implementation instance.

Declaration
public virtual IAdminClient Build()
Returns
TypeDescription
IAdminClient
In this article