C# Class pegasus.eventbus.topology.GlobalTopologyService

Inheritance: ITopologyService
Afficher le fichier Open project: Berico-Technologies/Event-Bus

Méthodes publiques

Méthode Description
Close ( ) : void
GetRoutingInfoForEventOfType ( Type evType ) : RoutingInfo
GetRoutingInfoForNamedEventSet ( string eventSetName ) : IEnumerable
GlobalTopologyService ( string clientName, int heartBeatIntervalInSeconds ) : System
Start ( IEventManager eventManager ) : void

Méthodes protégées

Méthode Description
Handle_TopologyUpdate ( TopologyUpdate update ) : EventResult
SendHeartBeat ( object alwaysNull ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

GetRoutingInfoForEventOfType() public méthode

public GetRoutingInfoForEventOfType ( Type evType ) : RoutingInfo
evType System.Type
Résultat pegasus.eventbus.amqp.RoutingInfo

GetRoutingInfoForNamedEventSet() public méthode

public GetRoutingInfoForNamedEventSet ( string eventSetName ) : IEnumerable
eventSetName string
Résultat IEnumerable

GlobalTopologyService() public méthode

public GlobalTopologyService ( string clientName, int heartBeatIntervalInSeconds ) : System
clientName string
heartBeatIntervalInSeconds int
Résultat System

Handle_TopologyUpdate() protected méthode

protected Handle_TopologyUpdate ( TopologyUpdate update ) : EventResult
update pegasus.eventbus.topology.events.TopologyUpdate
Résultat EventResult

SendHeartBeat() protected méthode

protected SendHeartBeat ( object alwaysNull ) : void
alwaysNull object
Résultat void

Start() public méthode

public Start ( IEventManager eventManager ) : void
eventManager IEventManager
Résultat void