C# Class EvCoSample.Application.EventForwarderService

Inheritance: IEventForwarderService
Afficher le fichier Open project: florindpreda/EventualConsistency.DomainEvents.AzureServiceBus

Méthodes publiques

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

Private Methods

Méthode Description
GetAssociatedQueueName ( string eventType ) : string

Method Details

EventForwarderService() public méthode

public EventForwarderService ( IUnitOfWork unitOfWork, IStoredEventRepository storedEventRepository, IMessagingService messagingService ) : EvCoSample.Core
unitOfWork IUnitOfWork
storedEventRepository IStoredEventRepository
messagingService IMessagingService
Résultat EvCoSample.Core

ForwardEvents() public méthode

public ForwardEvents ( ) : void
Résultat void