C# Class MvcContrib.Bus

Datei anzeigen Open project: atomicobject/mvccontrib

Public Methods

Method Description
AddAllMessageHandlers ( ) : void
AddMessageHandler ( Type type ) : void
IsValidType ( Type type ) : bool
Send ( IEventMessage eventMessage ) : void

Private Methods

Method Description
FindAllMessageHandlers ( ) : IEnumerable
InitializeTheDefaultBus ( ) : void

Method Details

AddAllMessageHandlers() public static method

public static AddAllMessageHandlers ( ) : void
return void

AddMessageHandler() public static method

public static AddMessageHandler ( Type type ) : void
type System.Type
return void

IsValidType() public static method

public static IsValidType ( Type type ) : bool
type System.Type
return bool

Send() public static method

public static Send ( IEventMessage eventMessage ) : void
eventMessage IEventMessage
return void