Class DependentAdminClientBuilder
A builder class for IAdminClient instance implementations that leverage an existing client handle.
Inherited Members
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
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 |