Method | Description | |
---|---|---|
GetMessageHandler ( MessageHandlerEnum handlerName ) : IMessageHandler |
Returns the instance of MessageHandler.
|
|
MessageHandlerFactory ( IFileServiceFactory fileServiceFactory, IRepositoryService repositoryService, IQueueRepository queueRepository, IBlobDataRepository blobRepository ) : Microsoft.Research.DataOnboarding.FileService.Interface |
Initializes a new instance of the MessageHandlerFactory class.
|
public GetMessageHandler ( MessageHandlerEnum handlerName ) : IMessageHandler | ||
handlerName | MessageHandlerEnum | MessageHandler Enumeration value. |
return | IMessageHandler |
public MessageHandlerFactory ( IFileServiceFactory fileServiceFactory, IRepositoryService repositoryService, IQueueRepository queueRepository, IBlobDataRepository blobRepository ) : Microsoft.Research.DataOnboarding.FileService.Interface | ||
fileServiceFactory | IFileServiceFactory | IFileServiceFactory to instantiate IFileService. |
repositoryService | IRepositoryService | IRepositoryService instance. |
queueRepository | IQueueRepository | IQueueRepository instance. |
blobRepository | IBlobDataRepository | IBlobRepository instance. |
return | Microsoft.Research.DataOnboarding.FileService.Interface |