Interface IConsulRegistration
Namespace: Steeltoe.Discovery.Consul.Registry
Assembly: Steeltoe.Discovery.Consul.dll
Syntax
public interface IConsulRegistration
Properties
| Edit this page View SourceInstanceId
Gets the instance id to use for registration
Declaration
string InstanceId { get; }
Property Value
Type | Description |
---|---|
System.String |
Service
Gets the Consul service registration
Declaration
AgentServiceRegistration Service { get; }
Property Value
Type | Description |
---|---|
AgentServiceRegistration |