Table of Contents

Interface IServiceInstanceProvider

Namespace
Steeltoe.Common.Discovery
Assembly
Steeltoe.Common.Abstractions.dll
public interface IServiceInstanceProvider

Properties

Description

Gets a human readable description of the implementation

string Description { get; }

Property Value

string

Services

Gets all known service Ids

IList<string> Services { get; }

Property Value

IList<string>

Methods

GetInstances(string)

Get all ServiceInstances associated with a particular serviceId

IList<IServiceInstance> GetInstances(string serviceId)

Parameters

serviceId string

the serviceId to lookup

Returns

IList<IServiceInstance>

List of service instances