C# Class CQRSlite.Config.BusRegistrar

Show file Open project: gautema/CQRSlite Class Usage Examples

Public Methods

Method Description
BusRegistrar ( IServiceLocator serviceLocator ) : System
Register ( ) : void

Private Methods

Method Description
InvokeHandler ( Type @interface, IHandlerRegistrar bus, Type executorType ) : void
ResolveMessageHandlerInterface ( Type type ) : IEnumerable

Method Details

BusRegistrar() public method

public BusRegistrar ( IServiceLocator serviceLocator ) : System
serviceLocator IServiceLocator
return System

Register() public method

public Register ( ) : void
return void