Table of Contents

Interface IDiscoveryAgent

Namespace
Apache.NMS.ActiveMQ.Transport.Discovery
Assembly
Apache.NMS.ActiveMQ.dll
public interface IDiscoveryAgent : IStartable, IStoppable

Properties

ServiceAdd

ServiceAddHandler ServiceAdd { get; set; }

Property Value

ServiceAddHandler

ServiceRemove

ServiceRemoveHandler ServiceRemove { get; set; }

Property Value

ServiceRemoveHandler

Methods

RegisterService(string)

void RegisterService(string name)

Parameters

name string

ServiceFailed(DiscoveryEvent)

void ServiceFailed(DiscoveryEvent failedEvent)

Parameters

failedEvent DiscoveryEvent