C# 클래스 MvcContrib.CommandProcessor.MessageProcessor

상속: IMessageProcessor
파일 보기 프로젝트 열기: atomicobject/mvccontrib

공개 메소드들

메소드 설명
MessageProcessor ( IMessageMapper mappingEngine, ICommandInvoker commandInvoker, IUnitOfWork unitOfWork, CommandEngineConfiguration configuration ) : System
Process ( object message, Type messageType ) : ExecutionResult

메소드 상세

MessageProcessor() 공개 메소드

public MessageProcessor ( IMessageMapper mappingEngine, ICommandInvoker commandInvoker, IUnitOfWork unitOfWork, CommandEngineConfiguration configuration ) : System
mappingEngine IMessageMapper
commandInvoker ICommandInvoker
unitOfWork IUnitOfWork
configuration MvcContrib.CommandProcessor.Configuration.CommandEngineConfiguration
리턴 System

Process() 공개 메소드

public Process ( object message, Type messageType ) : ExecutionResult
message object
messageType System.Type
리턴 ExecutionResult