Interface IDiscoveryClient
Inherited Members
Namespace: Steeltoe.Discovery
Assembly: Steeltoe.Discovery.Abstractions.dll
Syntax
public interface IDiscoveryClient : IServiceInstanceProvider
Methods
| Edit this page View SourceGetLocalServiceInstance()
ServiceInstance with information used to register the local service
Declaration
IServiceInstance GetLocalServiceInstance()
Returns
Type | Description |
---|---|
IServiceInstance | The IServiceInstance |
ShutdownAsync()
Declaration
Task ShutdownAsync()
Returns
Type | Description |
---|---|
Task |