Class UnityEventDispatcherInstaller
Unity-specific installer for event dispatcher module within dependency injection foundation.
Extends EventDispatcherInstaller to provide Unity event dispatcher service installation
with factory configuration and service instantiation. Integrates Unity-based event
dispatching system into Clean Architecture dependency injection container for
event-driven communication across application layers.
Namespace: Serenity.EventDispatcher.Installation.Installers
Assembly: Serenity.UnityGlobal.Installation.dll
Syntax
public class UnityEventDispatcherInstaller : EventDispatcherInstaller, IFoundationInstaller, IInstaller
Constructors
UnityEventDispatcherInstaller()
Declaration
public UnityEventDispatcherInstaller()
Methods
Install()
Declaration
public override void Install()