C# Класс Paralect.ServiceBus.Dispatching2.HandlerRegistry

Наследование: IHandlerRegistry
Показать файл Открыть проект

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

Метод Описание
GetHandlers ( Type messageType ) : IHandler[]

Returns handlers in a correct order. Returns empty array if no handlers found for such message. This method doesn't use reflection.

HandlerRegistry ( List handlers ) : System

Creates HandlerRegistry with specified lookup dictionary

IsMatch ( Type messageType, IEnumerable handlerSubscriptions ) : bool

Описание методов

GetHandlers() публичный Метод

Returns handlers in a correct order. Returns empty array if no handlers found for such message. This method doesn't use reflection.
public GetHandlers ( Type messageType ) : IHandler[]
messageType System.Type
Результат IHandler[]

HandlerRegistry() публичный Метод

Creates HandlerRegistry with specified lookup dictionary
public HandlerRegistry ( List handlers ) : System
handlers List
Результат System

IsMatch() публичный Метод

public IsMatch ( Type messageType, IEnumerable handlerSubscriptions ) : bool
messageType System.Type
handlerSubscriptions IEnumerable
Результат bool