C# Class pegasus.eventbus.amqp.EventDispatcherExtensions

Exibir arquivo Open project: Berico-Technologies/Event-Bus

Public Methods

Method Description
For ( this subs, IEvent ev ) : IEnumerable
For ( this interceptors, IEvent ev ) : IEventInterceptor

Method Details

For() public static method

public static For ( this subs, IEvent ev ) : IEnumerable
subs this
ev IEvent
return IEnumerable

For() public static method

public static For ( this interceptors, IEvent ev ) : IEventInterceptor
interceptors this
ev IEvent
return IEventInterceptor