Class AdminClientConfigBuilder
Common builder for AdminClientConfig
public class AdminClientConfigBuilder : CommonClientConfigsBuilder<AdminClientConfigBuilder>, INotifyPropertyChanged, IGenericSerDesFactory, IDisposable
- Inheritance
-
AdminClientConfigBuilder
- Implements
- Inherited Members
Properties
BootstrapControllers
Manages BOOTSTRAP_CONTROLLERS_CONFIG
public string BootstrapControllers { get; set; }
Property Value
SecurityProviders
Manages SECURITY_PROVIDERS_CONFIG
public string SecurityProviders { get; set; }
Property Value
Methods
WithBootstrapControllers(string)
Manages BOOTSTRAP_CONTROLLERS_CONFIG
public AdminClientConfigBuilder WithBootstrapControllers(string bootstrapControllers)
Parameters
bootstrapControllers
string
Returns
WithSecurityProviders(string)
Manages SECURITY_PROVIDERS_CONFIG
public AdminClientConfigBuilder WithSecurityProviders(string securityProviders)
Parameters
securityProviders
string