C# Class Akka.Interfaced.RequestHandlerBuilder

Datei anzeigen Open project: SaladLab/Akka.Interfaced Class Usage Examples

Public Methods

Method Description
Build ( Type type, FilterHandlerBuilder filterHandlerBuilder ) : RequestHandlerItem>.Dictionary

Private Methods

Method Description
AddHandler ( Type interfaceType, MethodInfo method, Type invokePayloadType, Type returnPayloadType, FilterChain filterChain, bool isSyncHandler, bool isReentrant ) : void
BuildAsyncHandler ( Type targetType, Type invokePayloadType, Type returnPayloadType, MethodInfo method, FilterChain filterChain ) : RequestAsyncHandler
BuildExtendedInterfaceHandlers ( ) : void
BuildGenericAsyncHandler ( Type targetType, Type invokePayloadType, Type returnPayloadType, MethodInfo method, FilterChain filterChain ) : RequestAsyncHandler
BuildGenericHandler ( Type targetType, Type invokePayloadType, Type returnPayloadType, MethodInfo method, FilterChain filterChain ) : RequestHandler
BuildHandler ( Type targetType, Type invokePayloadType, Type returnPayloadType, MethodInfo method, FilterChain filterChain ) : RequestHandler
BuildRegularInterfaceHandlers ( ) : void
GetInterfacePayloadTypeTable ( Type interfaceType ) : ].Type[

Method Details

Build() public method

public Build ( Type type, FilterHandlerBuilder filterHandlerBuilder ) : RequestHandlerItem>.Dictionary
type System.Type
filterHandlerBuilder FilterHandlerBuilder
return RequestHandlerItem>.Dictionary