ServiceCollectionExtensions.

AddCondenser(IServiceCollection, string, int, IHealthConfig, IRoutingConfig, IHttpClientConfig, IEnumerable<IRoutingStrategy<IService>>) Method

Syntax

public static IServiceCollection AddCondenser(this IServiceCollection self, string agentAddress, int agentPort, IHealthConfig health, IRoutingConfig routingConfig, IHttpClientConfig httpClientConfig, IEnumerable<IRoutingStrategy<IService>> strategies)

Parameters

Name Type Description
self IServiceCollection
agentAddress string
agentPort int
health IHealthConfig
routingConfig IRoutingConfig
httpClientConfig IHttpClientConfig
strategies IEnumerable<IRoutingStrategy<IService>>

Return Value

Type Description
IServiceCollection