C# Class Paralect.ServiceBus.Dispatching.DispatcherHandlerRegistry

ファイルを表示 Open project: paralect/Paralect.ServiceBus Class Usage Examples

Public Methods

Method Description
AddInterceptor ( Type type ) : void
DispatcherHandlerRegistry ( ) : System

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

GetHandlersType ( Type messageType ) : List
InsureOrderOfHandlers ( List order ) : void
Register ( Assembly assembly, String namespaces ) : void

Register all handlers in assembly (you can register handlers that optionally belongs to specified namespaces)

SortInPlace ( List list, List orders ) : 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

DispatcherHandlerRegistry() public method

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

GetHandlersType() public method

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

InsureOrderOfHandlers() public method

public InsureOrderOfHandlers ( List order ) : void
order List
return void

Register() public method

Register all handlers in assembly (you can register handlers that optionally belongs to specified namespaces)
public Register ( Assembly assembly, String namespaces ) : void
assembly System.Reflection.Assembly
namespaces String
return void

SortInPlace() public method

public SortInPlace ( List list, List orders ) : void
list List
orders List
return void