C# Class pegasus.eventbus.amqp.EventDispatcherExtensions

Afficher le fichier Open project: Berico-Technologies/Event-Bus

Méthodes publiques

Méthode Description
For ( this subs, IEvent ev ) : IEnumerable
For ( this interceptors, IEvent ev ) : IEventInterceptor

Method Details

For() public static méthode

public static For ( this subs, IEvent ev ) : IEnumerable
subs this
ev IEvent
Résultat IEnumerable

For() public static méthode

public static For ( this interceptors, IEvent ev ) : IEventInterceptor
interceptors this
ev IEvent
Résultat IEventInterceptor