C# Класс Akka.Interfaced.NotificationHandlerBuilder

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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