C# Class MvcContrib.CommandProcessor.MessageProcessor

Inheritance: IMessageProcessor
Afficher le fichier Open project: atomicobject/mvccontrib

Méthodes publiques

Méthode Description
MessageProcessor ( IMessageMapper mappingEngine, ICommandInvoker commandInvoker, IUnitOfWork unitOfWork, CommandEngineConfiguration configuration ) : System
Process ( object message, Type messageType ) : ExecutionResult

Method Details

MessageProcessor() public méthode

public MessageProcessor ( IMessageMapper mappingEngine, ICommandInvoker commandInvoker, IUnitOfWork unitOfWork, CommandEngineConfiguration configuration ) : System
mappingEngine IMessageMapper
commandInvoker ICommandInvoker
unitOfWork IUnitOfWork
configuration MvcContrib.CommandProcessor.Configuration.CommandEngineConfiguration
Résultat System

Process() public méthode

public Process ( object message, Type messageType ) : ExecutionResult
message object
messageType System.Type
Résultat ExecutionResult