confluent-kafka-dotnet
Show / Hide Table of Contents

Class DependentAdminClientBuilder

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

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

Constructors

DependentAdminClientBuilder(Handle)

An underlying librdkafka client handle that the AdminClient.

Declaration
public DependentAdminClientBuilder(Handle handle)
Parameters
Type Name Description
Handle handle

Properties

Handle

The configured client handle.

Declaration
public Handle Handle { get; set; }
Property Value
Type Description
Handle

Methods

Build()

Build a new IAdminClient implementation instance.

Declaration
public virtual IAdminClient Build()
Returns
Type Description
IAdminClient
In This Article