C# Class Paralect.ServiceBus.Dispatching2.DelegateHandler

Inheritance: IHandler
Afficher le fichier Open project: paralect/Paralect.ServiceBus

Méthodes publiques

Méthode Description
DelegateHandler ( IServiceLocator>.Action fullAction, Object key, DispatchMode mode, Type messageTypes ) : System
DelegateHandler ( Action shortAction, Object key, DispatchMode mode, Type messageTypes ) : System
Execute ( Object message, IServiceLocator serviceLocator ) : void

Create executor

Method Details

DelegateHandler() public méthode

public DelegateHandler ( IServiceLocator>.Action fullAction, Object key, DispatchMode mode, Type messageTypes ) : System
fullAction IServiceLocator>.Action
key Object
mode DispatchMode
messageTypes System.Type
Résultat System

DelegateHandler() public méthode

public DelegateHandler ( Action shortAction, Object key, DispatchMode mode, Type messageTypes ) : System
shortAction Action
key Object
mode DispatchMode
messageTypes System.Type
Résultat System

Execute() public méthode

Create executor
public Execute ( Object message, IServiceLocator serviceLocator ) : void
message Object
serviceLocator IServiceLocator
Résultat void