C# Class Skimur.Messaging.Handling.EventDiscovery

Inheritance: IEventDiscovery
ファイルを表示 Open project: skimur/skimur

Public Methods

Method Description
EventDiscovery ( IServiceCollection services ) : System
Register ( IEventRegistrar registrar ) : void

Private Methods

Method Description
RegisterEventHandler ( Type type, Type implementation, IEventRegistrar registrar ) : void

Method Details

EventDiscovery() public method

public EventDiscovery ( IServiceCollection services ) : System
services IServiceCollection
return System

Register() public method

public Register ( IEventRegistrar registrar ) : void
registrar IEventRegistrar
return void