C# 클래스 Prototype.Platform.Dispatching.DispatcherHandlerRegistry

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

공개 메소드들

메소드 설명
AddInterceptor ( Type type ) : void
GetSubscriptions ( Type messageType ) : List
InsureOrderOfHandlers ( ) : 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 ) : void

비공개 메소드들

메소드 설명
AddSubscription ( Type messageType, Type handlerType, Int32 priority ) : void
BelongToNamespaces ( Type type, String namespaces ) : System.Boolean

메소드 상세

AddInterceptor() 공개 메소드

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

GetSubscriptions() 공개 메소드

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

InsureOrderOfHandlers() 공개 메소드

public InsureOrderOfHandlers ( ) : void
리턴 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 ) : void
list List
리턴 void