Skip to content

ConsulGatewayListProvider 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.

ConsulGatewayListProvider(ILogger<ConsulGatewayListProvider>, IOptions<ConsulClusteringOptions>, IOptions<GatewayOptions>, IOptions<ClusterOptions>)

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

Parameters

loggerILogger<ConsulGatewayListProvider>
optionsIOptions<ConsulClusteringOptions>
gatewayOptionsIOptions<GatewayOptions>
clusterOptionsIOptions<ClusterOptions>