Table of Contents

Class EurekaServiceUriStateManager

Namespace
Steeltoe.Discovery.Eureka
Assembly
Steeltoe.Discovery.Eureka.dll

Keeps track of working and broken Eureka service URIs that are configured, with stickiness to the last working server.

public sealed class EurekaServiceUriStateManager
Inheritance
EurekaServiceUriStateManager
Inherited Members

Constructors

EurekaServiceUriStateManager(IOptionsMonitor<EurekaClientOptions>, ILogger<EurekaServiceUriStateManager>)

public EurekaServiceUriStateManager(IOptionsMonitor<EurekaClientOptions> optionsMonitor, ILogger<EurekaServiceUriStateManager> logger)

Parameters

optionsMonitor IOptionsMonitor<EurekaClientOptions>
logger ILogger<EurekaServiceUriStateManager>