C# Class pegasus.eventbus.topology.CompositeTopologyManager

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

Méthodes publiques

Méthode 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 méthode

public Append ( ITopologyService topologyService ) : void
topologyService ITopologyService
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

CompositeTopologyManager() public méthode

public CompositeTopologyManager ( ) : System
Résultat System

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

Start() public méthode

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