Table of Contents

Interface IDiscoveryClient

Namespace
Steeltoe.Discovery
Assembly
Steeltoe.Discovery.Abstractions.dll
public interface IDiscoveryClient : IServiceInstanceProvider
Inherited Members

Methods

GetLocalServiceInstance()

ServiceInstance with information used to register the local service

IServiceInstance GetLocalServiceInstance()

Returns

IServiceInstance

The IServiceInstance

ShutdownAsync()

Task ShutdownAsync()

Returns

Task