Interface IScheduler
Scheduler used for scheduling heartbeats to the Consul server
Namespace: Steeltoe.Discovery.Consul.Discovery
Assembly: Steeltoe.Discovery.Consul.dll
Syntax
public interface IScheduler
Methods
| Edit this page View SourceAdd(String)
Adds an instances id to be checked
Declaration
void Add(string instanceId)
Parameters
Type | Name | Description |
---|---|---|
System.String | instanceId | the instance id |
Remove(String)
Remove an instance id from checking
Declaration
void Remove(string instanceId)
Parameters
Type | Name | Description |
---|---|---|
System.String | instanceId | the instance id |