Table of Contents

Interface IEurekaClient

Namespace
Steeltoe.Discovery.Eureka
Assembly
Steeltoe.Discovery.Eureka.dll
public interface IEurekaClient : ILookupService
Inherited Members

Methods

GetInstancesByVipAddress(string, bool)

IList<InstanceInfo> GetInstancesByVipAddress(string vipAddress, bool secure)

Parameters

vipAddress string
secure bool

Returns

IList<InstanceInfo>

ShutdownAsync()

Task ShutdownAsync()

Returns

Task