C# 클래스 pegasus.eventbus.topology.GlobalTopologyService

상속: ITopologyService
파일 보기 프로젝트 열기: Berico-Technologies/Event-Bus

공개 메소드들

메소드 설명
Close ( ) : void
GetRoutingInfoForEventOfType ( Type evType ) : RoutingInfo
GetRoutingInfoForNamedEventSet ( string eventSetName ) : IEnumerable
GlobalTopologyService ( string clientName, int heartBeatIntervalInSeconds ) : System
Start ( IEventManager eventManager ) : void

보호된 메소드들

메소드 설명
Handle_TopologyUpdate ( TopologyUpdate update ) : EventResult
SendHeartBeat ( object alwaysNull ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetRoutingInfoForEventOfType() 공개 메소드

public GetRoutingInfoForEventOfType ( Type evType ) : RoutingInfo
evType System.Type
리턴 pegasus.eventbus.amqp.RoutingInfo

GetRoutingInfoForNamedEventSet() 공개 메소드

public GetRoutingInfoForNamedEventSet ( string eventSetName ) : IEnumerable
eventSetName string
리턴 IEnumerable

GlobalTopologyService() 공개 메소드

public GlobalTopologyService ( string clientName, int heartBeatIntervalInSeconds ) : System
clientName string
heartBeatIntervalInSeconds int
리턴 System

Handle_TopologyUpdate() 보호된 메소드

protected Handle_TopologyUpdate ( TopologyUpdate update ) : EventResult
update pegasus.eventbus.topology.events.TopologyUpdate
리턴 EventResult

SendHeartBeat() 보호된 메소드

protected SendHeartBeat ( object alwaysNull ) : void
alwaysNull object
리턴 void

Start() 공개 메소드

public Start ( IEventManager eventManager ) : void
eventManager IEventManager
리턴 void