C# Class Paralect.ServiceBus.Dispatcher.HandlerRegistry

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

Méthodes publiques

Méthode Description
AddInterceptor ( Type type ) : void
GetHandlersType ( Type messageType ) : List
HandlerRegistry ( ) : System

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

Register ( Assembly assembly, String namespaces ) : 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

GetHandlersType() public méthode

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

HandlerRegistry() public méthode

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

Register() public méthode

public Register ( Assembly assembly, String namespaces ) : void
assembly System.Reflection.Assembly
namespaces String
Résultat void