C# Class pegasus.eventbus.amqp.AmqpEventDispatcher

Inheritance: IEventDispatcher, IDisposable
Afficher le fichier Open project: Berico-Technologies/Event-Bus

Méthodes publiques

Méthode Description
AddInterceptor ( IEventInterceptor intercept ) : void
AddSubscription ( IEventSubscription sub ) : void
AmqpEventDispatcher ( ) : System
Dispatch ( AmqpEnvelope env ) : void
Dispose ( ) : void
RemoveInterceptor ( IEventInterceptor intercept ) : void
RemoveSubscription ( IEventSubscription sub ) : void

Méthodes protégées

Méthode Description
Deliver ( AmqpEnvelope env ) : void
DispatchMessages ( ) : void
DoesNotIntercept ( IEvent ev ) : bool

Method Details

AddInterceptor() public méthode

public AddInterceptor ( IEventInterceptor intercept ) : void
intercept IEventInterceptor
Résultat void

AddSubscription() public méthode

public AddSubscription ( IEventSubscription sub ) : void
sub IEventSubscription
Résultat void

AmqpEventDispatcher() public méthode

public AmqpEventDispatcher ( ) : System
Résultat System

Deliver() protected méthode

protected Deliver ( AmqpEnvelope env ) : void
env AmqpEnvelope
Résultat void

Dispatch() public méthode

public Dispatch ( AmqpEnvelope env ) : void
env AmqpEnvelope
Résultat void

DispatchMessages() protected méthode

protected DispatchMessages ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DoesNotIntercept() protected méthode

protected DoesNotIntercept ( IEvent ev ) : bool
ev IEvent
Résultat bool

RemoveInterceptor() public méthode

public RemoveInterceptor ( IEventInterceptor intercept ) : void
intercept IEventInterceptor
Résultat void

RemoveSubscription() public méthode

public RemoveSubscription ( IEventSubscription sub ) : void
sub IEventSubscription
Résultat void