C# 클래스 EvCoSample.Application.EventForwarderService

상속: IEventForwarderService
파일 보기 프로젝트 열기: florindpreda/EventualConsistency.DomainEvents.AzureServiceBus

공개 메소드들

메소드 설명
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