Skip to content

ZooKeeperGatewayListProvider Constructors

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

ZooKeeperGatewayListProvider(ILogger<ZooKeeperGatewayListProvider>, IOptions<ZooKeeperGatewayListProviderOptions>, IOptions<GatewayOptions>, IOptions<ClusterOptions>)

View source
public ZooKeeperGatewayListProvider(ILogger<ZooKeeperGatewayListProvider> logger, IOptions<ZooKeeperGatewayListProviderOptions> options, IOptions<GatewayOptions> gatewayOptions, IOptions<ClusterOptions> clusterOptions)

Parameters

loggerILogger<ZooKeeperGatewayListProvider>
optionsIOptions<ZooKeeperGatewayListProviderOptions>
gatewayOptionsIOptions<GatewayOptions>
clusterOptionsIOptions<ClusterOptions>