C# Класс EvCoSample.Application.EventForwarderService

Наследование: IEventForwarderService
Показать файл Открыть проект

Открытые методы

Метод Описание
EventForwarderService ( IUnitOfWork unitOfWork, IStoredEventRepository storedEventRepository, IMessagingService messagingService ) : EvCoSample.Core
ForwardEvents ( ) : void

Приватные методы

Метод Описание
GetAssociatedQueueName ( string eventType ) : string

Описание методов

EventForwarderService() публичный Метод

public EventForwarderService ( IUnitOfWork unitOfWork, IStoredEventRepository storedEventRepository, IMessagingService messagingService ) : EvCoSample.Core
unitOfWork IUnitOfWork
storedEventRepository IStoredEventRepository
messagingService IMessagingService
Результат EvCoSample.Core

ForwardEvents() публичный Метод

public ForwardEvents ( ) : void
Результат void