C# Class Paralect.ServiceBus.Dispatcher.HandlerRegistry

Show file Open project: paralect/Paralect.ServiceBus Class Usage Examples

Public Methods

Method Description
AddInterceptor ( Type type ) : void
GetHandlersType ( Type messageType ) : List
HandlerRegistry ( ) : System

Initializes a new instance of the T:System.Object class.

Register ( Assembly assembly, String namespaces ) : void

Private Methods

Method Description
BelongToNamespaces ( Type type, String namespaces ) : System.Boolean

Method Details

AddInterceptor() public method

public AddInterceptor ( Type type ) : void
type System.Type
return void

GetHandlersType() public method

public GetHandlersType ( Type messageType ) : List
messageType System.Type
return List

HandlerRegistry() public method

Initializes a new instance of the T:System.Object class.
public HandlerRegistry ( ) : System
return System

Register() public method

public Register ( Assembly assembly, String namespaces ) : void
assembly System.Reflection.Assembly
namespaces String
return void