C# 클래스 Akka.Interfaced.NotificationHandlerBuilder

파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced 1 사용 예제들

공개 메소드들

메소드 설명
Build ( Type type, FilterHandlerBuilder filterHandlerBuilder ) : NotificationHandlerItem>.Dictionary

비공개 메소드들

메소드 설명
AddHandler ( Type interfaceType, MethodInfo method, Type invokePayloadType, FilterChain filterChain, bool isSyncHandler, bool isReentrant ) : void
BuildAsyncHandler ( Type targetType, Type invokePayloadType, MethodInfo method, FilterChain filterChain ) : NotificationAsyncHandler
BuildExtendedInterfaceHandlers ( ) : void
BuildGenericAsyncHandler ( Type targetType, Type invokePayloadType, MethodInfo method, FilterChain filterChain ) : NotificationAsyncHandler
BuildGenericHandler ( Type targetType, Type invokePayloadType, MethodInfo method, FilterChain filterChain ) : NotificationHandler
BuildHandler ( Type targetType, Type invokePayloadType, MethodInfo method, FilterChain filterChain ) : NotificationHandler
BuildRegularInterfaceHandlers ( ) : void
GetInterfacePayloadTypeTable ( Type interfaceType ) : System.Type[]

메소드 상세

Build() 공개 메소드

public Build ( Type type, FilterHandlerBuilder filterHandlerBuilder ) : NotificationHandlerItem>.Dictionary
type System.Type
filterHandlerBuilder FilterHandlerBuilder
리턴 NotificationHandlerItem>.Dictionary