Class HttpDiscoveryAgent
public class HttpDiscoveryAgent : AbstractDiscoveryAgent, IDiscoveryAgent, IStartable, IStoppable, IDisposable, ISuspendable
- Inheritance
-
HttpDiscoveryAgent
- Implements
-
IStartableIStoppable
- Inherited Members
Constructors
HttpDiscoveryAgent()
public HttpDiscoveryAgent()
Fields
DEFAULT_DISCOVERY_URI_STRING
public const string DEFAULT_DISCOVERY_URI_STRING = "http://localhost:8080/discovery-registry"
Field Value
DEFAULT_GROUP
public const string DEFAULT_GROUP = "default"
Field Value
Properties
KeepAliveInterval
public override long KeepAliveInterval { get; set; }
Property Value
Methods
DoAdvertizeSelf()
protected override void DoAdvertizeSelf()
DoDiscovery()
protected override void DoDiscovery()
DoStartAgent()
protected override void DoStartAgent()
DoStopAgent()
protected override void DoStopAgent()
Resume()
public void Resume()
Suspend()
public void Suspend()
ToString()
public override string ToString()