C# 클래스 Paralect.ServiceBus.Dispatching.DispatcherHandlerRegistry

파일 보기 프로젝트 열기: paralect/Paralect.ServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
BelongToNamespaces ( Type type, String namespaces ) : System.Boolean

메소드 상세

AddInterceptor() 공개 메소드

public AddInterceptor ( Type type ) : void
type System.Type
리턴 void

DispatcherHandlerRegistry() 공개 메소드

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

GetHandlersType() 공개 메소드

public GetHandlersType ( Type messageType ) : List
messageType System.Type
리턴 List

InsureOrderOfHandlers() 공개 메소드

public InsureOrderOfHandlers ( List order ) : void
order List
리턴 void

Register() 공개 메소드

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
리턴 void

SortInPlace() 공개 메소드

public SortInPlace ( List list, List orders ) : void
list List
orders List
리턴 void