C# Class EvCoSample.Domain.EventsSubscribers.EventStoringSubscriber

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

Méthodes publiques

Méthode Description
EventStoringSubscriber ( IStoredEventRepository storedEventRepository, IEventSerializer eventSerializer ) : EvCoSample.Core
Handle ( DomainEvent domainEvent ) : void
SubscribedToEventType ( ) : Type

Method Details

EventStoringSubscriber() public méthode

public EventStoringSubscriber ( IStoredEventRepository storedEventRepository, IEventSerializer eventSerializer ) : EvCoSample.Core
storedEventRepository IStoredEventRepository
eventSerializer IEventSerializer
Résultat EvCoSample.Core

Handle() public méthode

public Handle ( DomainEvent domainEvent ) : void
domainEvent EvCoSample.Core.Events.DomainEvent
Résultat void

SubscribedToEventType() public méthode

public SubscribedToEventType ( ) : Type
Résultat System.Type