C# Class Paralect.ServiceBus.Dispatching2.DelegateHandler

Inheritance: IHandler
Datei anzeigen Open project: paralect/Paralect.ServiceBus

Public Methods

Method 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 method

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

DelegateHandler() public method

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

Execute() public method

Create executor
public Execute ( Object message, IServiceLocator serviceLocator ) : void
message Object
serviceLocator IServiceLocator
return void