C# 클래스 Paralect.ServiceBus.Dispatcher.HandlerRegistry

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

AddInterceptor() 공개 메소드

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

GetHandlersType() 공개 메소드

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

HandlerRegistry() 공개 메소드

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

Register() 공개 메소드

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