C# Class pegasus.eventbus.topology.CompositeTopologyManager

Inheritance: ITopologyService
显示文件 Open project: Berico-Technologies/Event-Bus Class Usage Examples

Public Methods

Method Description
Append ( ITopologyService topologyService ) : void
Close ( ) : void
CompositeTopologyManager ( ) : System
GetRoutingInfoForEventOfType ( Type evType ) : RoutingInfo
GetRoutingInfoForNamedEventSet ( string eventSetName ) : IEnumerable
Start ( IEventManager eventManager ) : void

Method Details

Append() public method

public Append ( ITopologyService topologyService ) : void
topologyService ITopologyService
return void

Close() public method

public Close ( ) : void
return void

CompositeTopologyManager() public method

public CompositeTopologyManager ( ) : System
return System

GetRoutingInfoForEventOfType() public method

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

GetRoutingInfoForNamedEventSet() public method

public GetRoutingInfoForNamedEventSet ( string eventSetName ) : IEnumerable
eventSetName string
return IEnumerable

Start() public method

public Start ( IEventManager eventManager ) : void
eventManager IEventManager
return void