C# Class BeiDream.Core.Events.Bus.EventBus.EventBusInstaller

Installs event bus system and registers all handlers automatically.
Inheritance: IWindsorInstaller
Afficher le fichier Open project: BeiMeng/BeiDream

Méthodes publiques

Méthode Description
EventBusInstaller ( IIocResolver iocResolver ) : BeiDream.Core.Dependency
Install ( IWindsorContainer container, IConfigurationStore store ) : void

Private Methods

Méthode Description
Kernel_ComponentRegistered ( string key, IHandler handler ) : void

Method Details

EventBusInstaller() public méthode

public EventBusInstaller ( IIocResolver iocResolver ) : BeiDream.Core.Dependency
iocResolver IIocResolver
Résultat BeiDream.Core.Dependency

Install() public méthode

public Install ( IWindsorContainer container, IConfigurationStore store ) : void
container IWindsorContainer
store IConfigurationStore
Résultat void