C# Class Skimur.Messaging.Handling.EventDiscovery

Inheritance: IEventDiscovery
Afficher le fichier Open project: skimur/skimur

Méthodes publiques

Méthode Description
EventDiscovery ( IServiceCollection services ) : System
Register ( IEventRegistrar registrar ) : void

Private Methods

Méthode Description
RegisterEventHandler ( Type type, Type implementation, IEventRegistrar registrar ) : void

Method Details

EventDiscovery() public méthode

public EventDiscovery ( IServiceCollection services ) : System
services IServiceCollection
Résultat System

Register() public méthode

public Register ( IEventRegistrar registrar ) : void
registrar IEventRegistrar
Résultat void