C# Class ServiceStack.Discovery.Consul.ConsulUris

Exibir arquivo Open project: MacLeanElectrical/servicestack-discovery-consul Class Usage Examples

Public Properties

Property Type Description
DeregisterService string>.Func
GetService Func
GetServices string>.Func

Property Details

DeregisterService public_oe static_oe property

Uri for deregistering a service
public static Func DeregisterService
return string>.Func

GetService public_oe static_oe property

Uri for retrieving active instances of a service
public static Func GetService
return Func

GetServices public_oe static_oe property

Uri for retrieving a list of servicestack services
https://www.consul.io/docs/agent/http/catalog.html#catalog_services
public static Func GetServices
return string>.Func