Table of Contents

Interface IConsulRegistration

Namespace
Steeltoe.Discovery.Consul.Registry
Assembly
Steeltoe.Discovery.Consul.dll
public interface IConsulRegistration : IServiceInstance
Inherited Members

Properties

InstanceId

Gets the instance id to use for registration

string InstanceId { get; }

Property Value

string

Service

Gets the Consul service registration

AgentServiceRegistration Service { get; }

Property Value

AgentServiceRegistration