Table of Contents

Interface IScheduler

Namespace
Steeltoe.Discovery.Consul.Discovery
Assembly
Steeltoe.Discovery.Consul.dll

Scheduler used for scheduling heartbeats to the Consul server

public interface IScheduler : IDisposable
Inherited Members

Methods

Add(string)

Adds an instances id to be checked

void Add(string instanceId)

Parameters

instanceId string

the instance id

Remove(string)

Remove an instance id from checking

void Remove(string instanceId)

Parameters

instanceId string

the instance id