C# Class EvCoSample.Application.EventForwarderService

Inheritance: IEventForwarderService
Mostrar archivo Open project: florindpreda/EventualConsistency.DomainEvents.AzureServiceBus

Public Methods

Method Description
EventForwarderService ( IUnitOfWork unitOfWork, IStoredEventRepository storedEventRepository, IMessagingService messagingService ) : EvCoSample.Core
ForwardEvents ( ) : void

Private Methods

Method Description
GetAssociatedQueueName ( string eventType ) : string

Method Details

EventForwarderService() public method

public EventForwarderService ( IUnitOfWork unitOfWork, IStoredEventRepository storedEventRepository, IMessagingService messagingService ) : EvCoSample.Core
unitOfWork IUnitOfWork
storedEventRepository IStoredEventRepository
messagingService IMessagingService
return EvCoSample.Core

ForwardEvents() public method

public ForwardEvents ( ) : void
return void