C# Class Prototype.Platform.Domain.EventBus.DispatcherEventBus

Inheritance: IEventBus
Afficher le fichier Open project: paralect/prototype

Méthodes publiques

Méthode Description
DispatcherEventBus ( IDispatcher dispatcher ) : System.Collections.Generic
Publish ( IEnumerable eventMessages ) : void
Publish ( IEvent eventMessage ) : void

Method Details

DispatcherEventBus() public méthode

public DispatcherEventBus ( IDispatcher dispatcher ) : System.Collections.Generic
dispatcher IDispatcher
Résultat System.Collections.Generic

Publish() public méthode

public Publish ( IEnumerable eventMessages ) : void
eventMessages IEnumerable
Résultat void

Publish() public méthode

public Publish ( IEvent eventMessage ) : void
eventMessage IEvent
Résultat void