C# Class Paralect.ServiceBus.Dispatching.DispatcherHandlerRegistry

Afficher le fichier Open project: paralect/Paralect.ServiceBus Class Usage Examples

Méthodes publiques

Méthode Description
AddInterceptor ( Type type ) : void
DispatcherHandlerRegistry ( ) : System

Initializes a new instance of the T:System.Object class.

GetHandlersType ( Type messageType ) : List
InsureOrderOfHandlers ( List order ) : 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, List orders ) : void

Private Methods

Méthode Description
BelongToNamespaces ( Type type, String namespaces ) : System.Boolean

Method Details

AddInterceptor() public méthode

public AddInterceptor ( Type type ) : void
type System.Type
Résultat void

DispatcherHandlerRegistry() public méthode

Initializes a new instance of the T:System.Object class.
public DispatcherHandlerRegistry ( ) : System
Résultat System

GetHandlersType() public méthode

public GetHandlersType ( Type messageType ) : List
messageType System.Type
Résultat List

InsureOrderOfHandlers() public méthode

public InsureOrderOfHandlers ( List order ) : void
order List
Résultat void

Register() public méthode

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
Résultat void

SortInPlace() public méthode

public SortInPlace ( List list, List orders ) : void
list List
orders List
Résultat void