C# Class Paralect.Domain.EventBus.ParalectServiceBusEventBus

Inheritance: IEventBus
Afficher le fichier Open project: paralect/Paralect.Domain

Méthodes publiques

Méthode Description
ParalectServiceBusEventBus ( IServiceBus bus ) : System.Collections.Generic

Initializes a new instance of the T:System.Object class.

Publish ( IEnumerable eventMessages ) : void
Publish ( IEvent eventMessage ) : void

Method Details

ParalectServiceBusEventBus() public méthode

Initializes a new instance of the T:System.Object class.
public ParalectServiceBusEventBus ( IServiceBus bus ) : System.Collections.Generic
bus IServiceBus
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